Index: Source/modules/serviceworkers/ServiceWorkerClients.cpp |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
index 7282fc0fd7b8ef18e2b6724b1a05bd36d6731542..acea43892da03cd0dda7e316db60362059a2161a 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
@@ -14,7 +14,7 @@ |
#include "wtf/RefPtr.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
namespace { |
@@ -57,4 +57,4 @@ ScriptPromise ServiceWorkerClients::getServiced(ScriptState* scriptState) |
return resolver->promise(); |
} |
-} // namespace WebCore |
+} // namespace blink |