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

Unified Diff: third_party/WebKit/Source/core/page/PageOverlayTest.cpp

Issue 2970833002: Be explicit about namespace testing to not mix it with blink::testing (Closed)
Patch Set: Created 3 years, 5 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: third_party/WebKit/Source/core/page/PageOverlayTest.cpp
diff --git a/third_party/WebKit/Source/core/page/PageOverlayTest.cpp b/third_party/WebKit/Source/core/page/PageOverlayTest.cpp
index 0e96a559b1e622428ecd918239a4e3114e2a05e4..84fdf7057992616faa34500c099e65f7c9f70ab2 100644
--- a/third_party/WebKit/Source/core/page/PageOverlayTest.cpp
+++ b/third_party/WebKit/Source/core/page/PageOverlayTest.cpp
@@ -24,9 +24,9 @@
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkPaint.h"
-using testing::_;
-using testing::AtLeast;
-using testing::Property;
+using ::testing::_;
+using ::testing::AtLeast;
+using ::testing::Property;
namespace blink {
namespace {

Powered by Google App Engine
This is Rietveld 408576698