| Index: webrtc/base/gunit.h
|
| diff --git a/webrtc/base/gunit.h b/webrtc/base/gunit.h
|
| index 986d4dcb623d70000679589b91d85fad00ca919e..1a6c36374e935e46a81a1496fe04539fc40f57d9 100644
|
| --- a/webrtc/base/gunit.h
|
| +++ b/webrtc/base/gunit.h
|
| @@ -13,7 +13,11 @@
|
|
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/thread.h"
|
| +#if defined(GTEST_RELATIVE_PATH)
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#else
|
| +#include "testing/base/public/gunit.h"
|
| +#endif
|
|
|
| // Wait until "ex" is true, or "timeout" expires.
|
| #define WAIT(ex, timeout) \
|
|
|