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

Unified Diff: webrtc/api/test/mock_datachannel.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/api/test/mock_datachannel.h
diff --git a/webrtc/api/test/mock_datachannel.h b/webrtc/api/test/mock_datachannel.h
index 5828e4c343a47dc3d6b685383099f59eecc95fc3..cbe7f502f5db5bcf89c235d4c9d5aff0bd0fadc4 100644
--- a/webrtc/api/test/mock_datachannel.h
+++ b/webrtc/api/test/mock_datachannel.h
@@ -12,7 +12,7 @@
#define WEBRTC_API_TEST_MOCK_DATACHANNEL_H_
#include "webrtc/api/datachannel.h"
-#include "testing/gmock/include/gmock/gmock.h"
+#include "webrtc/base/gmock.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698