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

Unified Diff: webrtc/common_video/i420_buffer_pool_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/common_video/i420_buffer_pool_unittest.cc
diff --git a/webrtc/common_video/i420_buffer_pool_unittest.cc b/webrtc/common_video/i420_buffer_pool_unittest.cc
index 3e795dbdc4b3f021ca77ef3122b570bb843a5172..b21630154a12153902f700123980ddee4ee34ad5 100644
--- a/webrtc/common_video/i420_buffer_pool_unittest.cc
+++ b/webrtc/common_video/i420_buffer_pool_unittest.cc
@@ -10,7 +10,7 @@
#include <string>
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/base/gtest.h"
#include "webrtc/common_video/include/i420_buffer_pool.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698