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

Unified Diff: webrtc/call/rtc_event_log_unittest.cc

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/call/rtc_event_log_unittest.cc
diff --git a/webrtc/call/rtc_event_log_unittest.cc b/webrtc/call/rtc_event_log_unittest.cc
index 34e993cf5cd73290db8e6b2bd2b5e16db1ad39bc..e0b69adf11a36c9f085f58147f75d3b778152ff3 100644
--- a/webrtc/call/rtc_event_log_unittest.cc
+++ b/webrtc/call/rtc_event_log_unittest.cc
@@ -14,7 +14,7 @@
#include <utility>
#include <vector>
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/base/gtest.h"
kjellander_webrtc 2016/09/23 12:32:37 sort
#include "webrtc/base/buffer.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/random.h"

Powered by Google App Engine
This is Rietveld 408576698