Chromium Code Reviews| Index: public/platform/WebServiceWorker.h |
| diff --git a/public/platform/WebServiceWorker.h b/public/platform/WebServiceWorker.h |
| index 52ad440463796cc4c865bee1001d530c5a31e237..e6e5eb277e71b9defe0859b2bc0df5a7b847ff47 100644 |
| --- a/public/platform/WebServiceWorker.h |
| +++ b/public/platform/WebServiceWorker.h |
| @@ -40,6 +40,7 @@ |
| namespace blink { |
| +class WebServiceWorkerCacheStorage; |
|
michaeln
2014/07/25 20:25:19
still needed?
gavinp
2014/07/28 02:10:17
Nope. This whole file should not be a diff and not
|
| class WebServiceWorkerProxy; |
| typedef WebVector<class WebMessagePortChannel*> WebMessagePortChannelArray; |
| @@ -49,7 +50,7 @@ public: |
| // Sets ServiceWorkerProxy, with which callee can start making upcalls |
| // to the ServiceWorker object via the client. This doesn't pass the |
| - // ownership to the callee, and the proxy's lifetime is same as that of |
| + // to the callee, and the proxy's lifetime is same as that of |
| // WebServiceWorker. |
| virtual void setProxy(WebServiceWorkerProxy*) { } |
| virtual WebServiceWorkerProxy* proxy() { return 0; } |