| Index: third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp b/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp
|
| index 4f7c9efd517ae1c24bdca754c01a97a686f040f3..6f9120b77b52b8bec4d06b7641925a206ef170e0 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp
|
| @@ -22,7 +22,7 @@ using HTMLNames::styleAttr;
|
|
|
| typedef bool TestParamRootLayerScrolling;
|
| class SnapCoordinatorTest
|
| - : public testing::TestWithParam<TestParamRootLayerScrolling>,
|
| + : public ::testing::TestWithParam<TestParamRootLayerScrolling>,
|
| private ScopedRootLayerScrollingForTest {
|
| protected:
|
| SnapCoordinatorTest() : ScopedRootLayerScrollingForTest(GetParam()) {}
|
|
|