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

Unified Diff: webrtc/call/bitrate_estimator_tests.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/bitrate_estimator_tests.cc
diff --git a/webrtc/call/bitrate_estimator_tests.cc b/webrtc/call/bitrate_estimator_tests.cc
index 2896c67f37d0dad443f05918c68b0770b8f111e0..a4012d10dddeb29e5e22bac91325b03fb180fcf4 100644
--- a/webrtc/call/bitrate_estimator_tests.cc
+++ b/webrtc/call/bitrate_estimator_tests.cc
@@ -12,7 +12,7 @@
#include <memory>
#include <string>
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/base/gtest.h"
kjellander_webrtc 2016/09/23 12:32:36 sort
#include "webrtc/api/call/audio_state.h"
#include "webrtc/base/checks.h"

Powered by Google App Engine
This is Rietveld 408576698