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

Unified Diff: webrtc/base/gunit.h

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: manual changes 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
Index: webrtc/base/gunit.h
diff --git a/webrtc/base/gunit.h b/webrtc/base/gunit.h
index c3e853458c87558549869f44c21deba51501d57d..7ad9a7f18f60616ab1edb217b29601e3cf89d682 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/base/gtest.h"
#else
#include "testing/base/public/gunit.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698