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

Unified Diff: webrtc/base/rate_statistics_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/base/rate_statistics_unittest.cc
diff --git a/webrtc/base/rate_statistics_unittest.cc b/webrtc/base/rate_statistics_unittest.cc
index f6ce528ce42ddc1a77831bfdf137341bf789b012..f82f07e6ae2d5989c7b4c68e14f66c8aea8195c8 100644
--- a/webrtc/base/rate_statistics_unittest.cc
+++ b/webrtc/base/rate_statistics_unittest.cc
@@ -10,7 +10,7 @@
#include <algorithm>
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/base/gtest.h"
#include "webrtc/base/rate_statistics.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698