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

Unified Diff: webrtc/api/test/mock_peerconnection.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_peerconnection.h
diff --git a/webrtc/api/test/mock_peerconnection.h b/webrtc/api/test/mock_peerconnection.h
index 21b24a932ed47f455d536d2e92f0111ac8bef70d..e14538543159fbf8e4d371daa5ee2e8c5beee98f 100644
--- a/webrtc/api/test/mock_peerconnection.h
+++ b/webrtc/api/test/mock_peerconnection.h
@@ -14,7 +14,7 @@
#include <vector>
#include "webrtc/api/peerconnection.h"
-#include "testing/gmock/include/gmock/gmock.h"
+#include "webrtc/base/gmock.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698