| Index: third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
|
| index 545836cc2fbbe8785dbd0850fe6790fa295b2417..d00a66d6e579aca677214c8436595639c7c5d4fe 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
|
| @@ -27,7 +27,7 @@ ScrollState* CreateScrollState(double delta_x,
|
| return ScrollState::Create(std::move(scroll_state_data));
|
| }
|
|
|
| -class ScrollStateTest : public testing::Test {};
|
| +class ScrollStateTest : public ::testing::Test {};
|
|
|
| TEST_F(ScrollStateTest, ConsumeDeltaNative) {
|
| const float kDeltaX = 12.3;
|
|
|