Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: public/platform/WebServiceWorkerProxy.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/platform/WebSerializedOrigin.h ('k') | public/platform/WebServiceWorkerRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/platform/WebSerializedOrigin.h ('k') | public/platform/WebServiceWorkerRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698