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

Unified Diff: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h

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/paint/PaintControllerPaintTest.h
diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
index 32ef4536b51ab25e2e673a52796906470bf3d87b..f7dde2a8e7b92d640e5b939a97b7c652daec0b87 100644
--- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
+++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
@@ -96,7 +96,7 @@ class PaintControllerPaintTest : public PaintControllerPaintTestBase {
class PaintControllerPaintTestForSlimmingPaintV2
: public PaintControllerPaintTestBase,
- public testing::WithParamInterface<bool>,
+ public ::testing::WithParamInterface<bool>,
private ScopedRootLayerScrollingForTest {
public:
PaintControllerPaintTestForSlimmingPaintV2()
@@ -106,7 +106,7 @@ class PaintControllerPaintTestForSlimmingPaintV2
class PaintControllerPaintTestForSlimmingPaintV1AndV2
: public PaintControllerPaintTestBase,
- public testing::WithParamInterface<bool> {
+ public ::testing::WithParamInterface<bool> {
public:
PaintControllerPaintTestForSlimmingPaintV1AndV2()
: PaintControllerPaintTestBase(GetParam()) {}

Powered by Google App Engine
This is Rietveld 408576698