| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 8a4d5c1806fa804d2bfa3ef6e9725f7dc2345855..e6dc236f805a352f399f5aafa0cdd1f53d505ea6 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "public/web/WebServiceWorkerContextClient.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace blink {
|
|
|
|
|