| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h
|
| index e4d881598514929d77e7231031bf8cf2f0b1c99e..9c8daa84509a2abdfcf3145d8a030696cb0bcadd 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef WebServiceWorkerRegistrationProxy_h
|
| #define WebServiceWorkerRegistrationProxy_h
|
|
|
| +#include "public/platform/modules/serviceworker/WebServiceWorker.h"
|
| +
|
| #include <memory>
|
|
|
| namespace blink {
|
|
|
| -class WebServiceWorker;
|
| -
|
| // A proxy interface, passed via WebServiceWorkerRegistration.setProxy() from
|
| // blink to the embedder, to talk to the ServiceWorkerRegistration object from
|
| // embedder.
|
|
|