| Index: public/platform/WebServiceWorkerProxy.h
|
| diff --git a/public/platform/WebServiceWorkerProxy.h b/public/platform/WebServiceWorkerProxy.h
|
| index 9d5230b87cdb6fce0bd2b36a6dc0d42ddb3c213a..8cfa3dd00e1cc802de245f0d94fc21d1406d6e3b 100644
|
| --- a/public/platform/WebServiceWorkerProxy.h
|
| +++ b/public/platform/WebServiceWorkerProxy.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "WebCommon.h"
|
|
|
| -namespace WebCore { class ServiceWorker; }
|
| +namespace blink { class ServiceWorker; }
|
|
|
| namespace blink {
|
|
|
| @@ -29,12 +29,12 @@ public:
|
| virtual void dispatchStateChangeEvent() = 0;
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT WebServiceWorkerProxy(WebCore::ServiceWorker*);
|
| - BLINK_PLATFORM_EXPORT WebCore::ServiceWorker* unwrap() const;
|
| + BLINK_PLATFORM_EXPORT WebServiceWorkerProxy(blink::ServiceWorker*);
|
| + BLINK_PLATFORM_EXPORT blink::ServiceWorker* unwrap() const;
|
| #endif
|
|
|
| protected:
|
| - WebCore::ServiceWorker* m_private;
|
| + blink::ServiceWorker* m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|