Index: webrtc/base/gunit_prod.h |
diff --git a/webrtc/base/gunit_prod.h b/webrtc/base/gunit_prod.h |
index dc39bbd0eb8a17c62d0d477276300c7ad1ab9336..436abee92a7df7a7be82d07dae31abc2035d186f 100644 |
--- a/webrtc/base/gunit_prod.h |
+++ b/webrtc/base/gunit_prod.h |
@@ -11,14 +11,8 @@ |
#ifndef WEBRTC_BASE_GUNIT_PROD_H_ |
#define WEBRTC_BASE_GUNIT_PROD_H_ |
-#if defined(WEBRTC_ANDROID) |
-// Android doesn't use gtest at all, so anything that relies on gtest should |
-// check this define first. |
-#define NO_GTEST |
-#elif defined (GTEST_RELATIVE_PATH) |
-#include "gtest/gtest_prod.h" |
-#else |
-#include "testing/base/gunit_prod.h" |
-#endif |
+// This header is deprecated and is just left here temporarily during |
+// refactoring. See https://bugs.webrtc.org/7634 for more details. |
+#include "webrtc/rtc_base/gunit_prod.h" |
#endif // WEBRTC_BASE_GUNIT_PROD_H_ |