Index: Source/modules/serviceworkers/NavigatorServiceWorker.h |
diff --git a/Source/modules/serviceworkers/NavigatorServiceWorker.h b/Source/modules/serviceworkers/NavigatorServiceWorker.h |
index c124136276b5f4a2e043699a2a13935b13ae513c..c81d8c9ee60c110a047efb82c9eec5eb98b4a40a 100644 |
--- a/Source/modules/serviceworkers/NavigatorServiceWorker.h |
+++ b/Source/modules/serviceworkers/NavigatorServiceWorker.h |
@@ -9,7 +9,7 @@ |
#include "platform/Supplementable.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class Document; |
class Navigator; |
@@ -38,6 +38,6 @@ private: |
RefPtrWillBeMember<ServiceWorkerContainer> m_serviceWorker; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // NavigatorServiceWorker_h |