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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerPainterTest.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/paint/PaintLayerPainterTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
index 65934b857c16a104ba2455f4091e360983755d6c..2de0131bca0709a8bf6a7392c8c345092919af0d 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
@@ -22,7 +22,7 @@ struct PaintLayerPainterTestParam {
};
class PaintLayerPainterTest
- : public testing::WithParamInterface<PaintLayerPainterTestParam>,
+ : public ::testing::WithParamInterface<PaintLayerPainterTestParam>,
private ScopedRootLayerScrollingForTest,
public PaintControllerPaintTestBase {
USING_FAST_MALLOC(PaintLayerPainterTest);

Powered by Google App Engine
This is Rietveld 408576698