| 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 42c8b7d25c199ec8b0b61756e1915d719786478d..b2fe2d53afde842e20c278d8911ac2a926c37ada 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
|
| @@ -19,7 +19,7 @@ ScrollState* CreateScrollState(double deltaX,
|
| bool beginning,
|
| bool ending) {
|
| std::unique_ptr<ScrollStateData> scrollStateData =
|
| - makeUnique<ScrollStateData>();
|
| + WTF::makeUnique<ScrollStateData>();
|
| scrollStateData->delta_x = deltaX;
|
| scrollStateData->delta_y = deltaY;
|
| scrollStateData->is_beginning = beginning;
|
|
|