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

Unified Diff: webrtc/video/replay.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/video/replay.cc
diff --git a/webrtc/video/replay.cc b/webrtc/video/replay.cc
index eb734403d51375168f5897423a01d6974b784dc4..3cf5d8af0329bc6139a91ec279712a5c04f6aa1a 100644
--- a/webrtc/video/replay.cc
+++ b/webrtc/video/replay.cc
@@ -15,7 +15,7 @@
#include <sstream>
#include "gflags/gflags.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/base/gtest.h"
#include "webrtc/base/checks.h"
#include "webrtc/call.h"

Powered by Google App Engine
This is Rietveld 408576698