| Index: webrtc/base/gunit_prod.h
|
| diff --git a/webrtc/base/gunit_prod.h b/webrtc/base/gunit_prod.h
|
| index dc39bbd0eb8a17c62d0d477276300c7ad1ab9336..9850ed85d6dae0644b0aed4601ecd13a39eb2a01 100644
|
| --- a/webrtc/base/gunit_prod.h
|
| +++ b/webrtc/base/gunit_prod.h
|
| @@ -15,10 +15,7 @@
|
| // 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"
|
| +#include "testing/gtest/include/gtest/gtest_prod.h"
|
| #endif
|
|
|
| #endif // WEBRTC_BASE_GUNIT_PROD_H_
|
|
|