Chromium Code Reviews

Unified Diff: webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc
diff --git a/webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc b/webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc
index ebc44675444d535dceeab9af09c6d9296b25296a..fbacd3b9edbcf590e44542b45959e26f08c0922b 100644
--- a/webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc
+++ b/webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc
@@ -10,7 +10,7 @@
#include "webrtc/modules/video_coding/utility/h264_bitstream_parser.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/test/gtest.h"
namespace webrtc {

Powered by Google App Engine