Index: third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp |
diff --git a/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp b/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp |
index e86d3b884f89b137a59494076561897d2de29536..344d0c61bc75476f65c7b90e13dff898905b3da4 100644 |
--- a/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp |
+++ b/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp |
@@ -19,7 +19,7 @@ using Corner = ScrollAnchor::Corner; |
typedef bool TestParamRootLayerScrolling; |
class ScrollAnchorTest |
- : public testing::WithParamInterface<TestParamRootLayerScrolling>, |
+ : public ::testing::WithParamInterface<TestParamRootLayerScrolling>, |
private ScopedRootLayerScrollingForTest, |
public RenderingTest { |
public: |