Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
index 793d00387985a5c93759b8e0453a8524cb63f000..3a9c5fac9f4f3ea605d7b03c1ac99547d31f2be0 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
@@ -66,7 +66,7 @@ public: |
void postIdleTask(const WebTraceLocation&, WebThread::IdleTask*) override { } |
void postNonNestableIdleTask(const WebTraceLocation&, WebThread::IdleTask*) override { } |
void postIdleTaskAfterWakeup(const WebTraceLocation&, WebThread::IdleTask*) override { } |
- WebPassOwnPtr<WebViewScheduler> createWebViewScheduler(blink::WebView*) override { return nullptr; } |
+ std::unique_ptr<WebViewScheduler> createWebViewScheduler(blink::WebView*) override { return nullptr; } |
void suspendTimerQueue() override { } |
void resumeTimerQueue() override { } |
void addPendingNavigation() override { } |