| Index: webrtc/base/gunit_prod.h
|
| diff --git a/webrtc/base/gunit_prod.h b/webrtc/base/gunit_prod.h
|
| index 9850ed85d6dae0644b0aed4601ecd13a39eb2a01..dc39bbd0eb8a17c62d0d477276300c7ad1ab9336 100644
|
| --- a/webrtc/base/gunit_prod.h
|
| +++ b/webrtc/base/gunit_prod.h
|
| @@ -15,7 +15,10 @@
|
| // Android doesn't use gtest at all, so anything that relies on gtest should
|
| // check this define first.
|
| #define NO_GTEST
|
| -#include "testing/gtest/include/gtest/gtest_prod.h"
|
| +#elif defined (GTEST_RELATIVE_PATH)
|
| +#include "gtest/gtest_prod.h"
|
| +#else
|
| +#include "testing/base/gunit_prod.h"
|
| #endif
|
|
|
| #endif // WEBRTC_BASE_GUNIT_PROD_H_
|
|
|