Index: third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
index c7800f795e970f4c43c61b82cb8fc1a7552cc53d..13487d835d657377cc8cd2af7d229436487fdd1a 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
@@ -5,7 +5,7 @@ |
#include "config.h" |
#include "platform/scroll/ScrollableArea.h" |
-#include "platform/TestingPlatformSupport.h" |
+#include "platform/testing/TestingPlatformSupport.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebScheduler.h" |
#include "public/platform/WebThread.h" |
@@ -86,7 +86,7 @@ public: |
// We need just enough scaffolding for the Timer constructor to not segfault. |
class FakePlatform : public TestingPlatformSupport { |
public: |
- FakePlatform() : TestingPlatformSupport(TestingPlatformSupport::Config()) { } |
+ FakePlatform() { } |
~FakePlatform() override { } |
WebThread* currentThread() override |