From c21f0c04cc350142076fc4dc4723c23f311ebe81 Mon Sep 17 00:00:00 2001 From: noahric Date: Tue, 3 Nov 2015 23:47:39 -0800 Subject: [PATCH] Remove WEBRTC_ANDROID from hardcoded gtest relative path usage. BUG= Review URL: https://codereview.webrtc.org/1429693005 Cr-Commit-Position: refs/heads/master@{#10501} --- webrtc/base/gunit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/base/gunit.h b/webrtc/base/gunit.h index c2bc844d5f..e0086781a5 100644 --- a/webrtc/base/gunit.h +++ b/webrtc/base/gunit.h @@ -13,7 +13,7 @@ #include "webrtc/base/logging.h" #include "webrtc/base/thread.h" -#if defined(WEBRTC_ANDROID) || defined(GTEST_RELATIVE_PATH) +#if defined(GTEST_RELATIVE_PATH) #include "testing/gtest/include/gtest/gtest.h" #else #include "testing/base/public/gunit.h"