Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: webrtc/base/gunit.h

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/event_tracer_unittest.cc ('k') | webrtc/base/httpclient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/gunit.h
diff --git a/webrtc/base/gunit.h b/webrtc/base/gunit.h
index c3e853458c87558549869f44c21deba51501d57d..d49872db19021c2d52d977f79a0896218b08cd7b 100644
--- a/webrtc/base/gunit.h
+++ b/webrtc/base/gunit.h
@@ -15,7 +15,7 @@
#include "webrtc/base/logging.h"
#include "webrtc/base/thread.h"
#if defined(GTEST_RELATIVE_PATH)
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/test/gtest.h"
#else
#include "testing/base/public/gunit.h"
#endif
« no previous file with comments | « webrtc/base/event_tracer_unittest.cc ('k') | webrtc/base/httpclient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698