Chromium Code Reviews| Index: webrtc/base/gunit.h |
| diff --git a/webrtc/base/gunit.h b/webrtc/base/gunit.h |
| index c2bc844d5fa229c8a5c67740ce6456d6ae3b8831..e0086781a5bf4e59fd9ce167807803e7b3f1db8b 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" |