| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index 85ea4b47391b9cc3b1b259a9b9ddd5cbfb2e2990..886e6bb2fd53757fb4fd2d397f997cf346329c0c 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -70,7 +70,7 @@ class WebSharedWorkerImpl final : public WebFrameClient,
|
| explicit WebSharedWorkerImpl(WebSharedWorkerClient*);
|
|
|
| // WebFrameClient methods to support resource loading thru the 'shadow page'.
|
| - WebApplicationCacheHost* CreateApplicationCacheHost(
|
| + std::unique_ptr<WebApplicationCacheHost> CreateApplicationCacheHost(
|
| WebApplicationCacheHostClient*) override;
|
| void DidFinishDocumentLoad(WebLocalFrame*) override;
|
|
|
|
|