Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp

Issue 2967013002: Be explicit about namespace testing to not mix it with blink::testing (Closed)
Patch Set: Dropped mojo parts that need another review. Created 3 years, 5 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: third_party/WebKit/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp b/third_party/WebKit/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
index 34c64146a13922077a540363de32f5d7af65bc4a..ab4cb85d3bca5d2904c520458b8c6a5e6815d3d1 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
@@ -31,7 +31,7 @@
#include "platform/graphics/filters/SourceGraphic.h"
#include "testing/gtest/include/gtest/gtest.h"
-using testing::Test;
+using ::testing::Test;
namespace blink {

Powered by Google App Engine