Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / workers / WorkerLoaderProxy.h
index c3ebc9a..0727a98 100644 (file)
@@ -35,7 +35,7 @@
 #include "wtf/Forward.h"
 #include "wtf/PassOwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
     // A proxy to talk to the loader context. Normally, the document on the main thread
     // provides loading services for the subordinate workers. This interface provides 2-way
@@ -54,6 +54,6 @@ namespace WebCore {
         virtual bool postTaskToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask>) = 0;
     };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // WorkerLoaderProxy_h