Index: Source/modules/serviceworkers/WaitUntilObserver.h |
diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h |
index fb665f8e0fbfe703577ee300d9217fa17a569cf4..305625dd2e8d061e5d5ea773ab7619be909c2fdc 100644 |
--- a/Source/modules/serviceworkers/WaitUntilObserver.h |
+++ b/Source/modules/serviceworkers/WaitUntilObserver.h |
@@ -10,7 +10,7 @@ |
#include "wtf/Forward.h" |
#include "wtf/RefCounted.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
class ScriptState; |
@@ -54,6 +54,6 @@ private: |
bool m_hasError; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // WaitUntilObserver_h |