Chromium Code Reviews

Unified Diff: webrtc/media/base/test/mock_mediachannel.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.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/media/base/test/mock_mediachannel.h
diff --git a/webrtc/media/base/test/mock_mediachannel.h b/webrtc/media/base/test/mock_mediachannel.h
index 6330fe02587f2fe60a6bdb5040199800c7be63cb..6f7e2e5d05ffaf07df8ee175429ba90c63f53807 100644
--- a/webrtc/media/base/test/mock_mediachannel.h
+++ b/webrtc/media/base/test/mock_mediachannel.h
@@ -12,7 +12,7 @@
#define WEBRTC_MEDIA_BASE_TEST_MOCK_MEDIACHANNEL_H_
#include "webrtc/media/base/fakemediaengine.h"
-#include "testing/gmock/include/gmock/gmock.h"
+#include "webrtc/test/gmock.h"
namespace webrtc {

Powered by Google App Engine