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

Unified Diff: Source/web/WorkerGlobalScopeProxyProviderImpl.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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 | « Source/web/WebWorkerRunLoop.cpp ('k') | Source/web/WorkerGlobalScopeProxyProviderImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerGlobalScopeProxyProviderImpl.h
diff --git a/Source/web/WorkerGlobalScopeProxyProviderImpl.h b/Source/web/WorkerGlobalScopeProxyProviderImpl.h
index 9480f8447bd3323010ea1fa47243750ca54a89f9..9eb203a77c2499449e83e076c86c9836debe24e5 100644
--- a/Source/web/WorkerGlobalScopeProxyProviderImpl.h
+++ b/Source/web/WorkerGlobalScopeProxyProviderImpl.h
@@ -35,14 +35,14 @@
#include "wtf/Noncopyable.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
class Worker;
class WorkerGlobalScopeProxy;
}
namespace blink {
-class WorkerGlobalScopeProxyProviderImpl FINAL : public NoBaseWillBeGarbageCollectedFinalized<WorkerGlobalScopeProxyProviderImpl>, public WebCore::WorkerGlobalScopeProxyProvider {
+class WorkerGlobalScopeProxyProviderImpl FINAL : public NoBaseWillBeGarbageCollectedFinalized<WorkerGlobalScopeProxyProviderImpl>, public blink::WorkerGlobalScopeProxyProvider {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeProxyProviderImpl);
WTF_MAKE_NONCOPYABLE(WorkerGlobalScopeProxyProviderImpl);
public:
@@ -52,9 +52,9 @@ public:
}
virtual ~WorkerGlobalScopeProxyProviderImpl() { }
- virtual WebCore::WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(WebCore::Worker*) OVERRIDE;
+ virtual blink::WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(blink::Worker*) OVERRIDE;
- virtual void trace(WebCore::Visitor* visitor) OVERRIDE { WebCore::WorkerGlobalScopeProxyProvider::trace(visitor); }
+ virtual void trace(blink::Visitor* visitor) OVERRIDE { blink::WorkerGlobalScopeProxyProvider::trace(visitor); }
private:
WorkerGlobalScopeProxyProviderImpl() { }
« no previous file with comments | « Source/web/WebWorkerRunLoop.cpp ('k') | Source/web/WorkerGlobalScopeProxyProviderImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698