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

Unified Diff: webrtc/voice_engine/test/channel_transport/udp_transport_unittest.cc

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
Index: webrtc/voice_engine/test/channel_transport/udp_transport_unittest.cc
diff --git a/webrtc/voice_engine/test/channel_transport/udp_transport_unittest.cc b/webrtc/voice_engine/test/channel_transport/udp_transport_unittest.cc
index f2f9d6ba6a20fa6338c37d1504e06f51da5cb583..559b8ccdab4144bbd4bb1fb0a0413b413d36fc21 100644
--- a/webrtc/voice_engine/test/channel_transport/udp_transport_unittest.cc
+++ b/webrtc/voice_engine/test/channel_transport/udp_transport_unittest.cc
@@ -10,8 +10,8 @@
#include <vector>
-#include "testing/gmock/include/gmock/gmock.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/test/gmock.h"
+#include "webrtc/test/gtest.h"
#include "webrtc/voice_engine/test/channel_transport/udp_transport.h"
// We include the implementation header file to get at the dependency-injecting
// constructor.

Powered by Google App Engine
This is Rietveld 408576698