Chromium Code Reviews

Unified Diff: webrtc/voice_engine/test/channel_transport/udp_socket_manager_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.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/voice_engine/test/channel_transport/udp_socket_manager_unittest.cc
diff --git a/webrtc/voice_engine/test/channel_transport/udp_socket_manager_unittest.cc b/webrtc/voice_engine/test/channel_transport/udp_socket_manager_unittest.cc
index 812fb2347cd753867b67474f92edd2a947bc04f4..7fce7930153b5a9326b95098ce8c40165ed612eb 100644
--- a/webrtc/voice_engine/test/channel_transport/udp_socket_manager_unittest.cc
+++ b/webrtc/voice_engine/test/channel_transport/udp_socket_manager_unittest.cc
@@ -15,7 +15,7 @@
// It also uses the static UdpSocketManager object.
// The most important property of these tests is that they do not leak memory.
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/test/gtest.h"
#include "webrtc/system_wrappers/include/trace.h"
#include "webrtc/voice_engine/test/channel_transport/udp_socket_manager_wrapper.h"
#include "webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.h"

Powered by Google App Engine