Index: Source/modules/serviceworkers/InstallEvent.h |
diff --git a/Source/modules/serviceworkers/InstallEvent.h b/Source/modules/serviceworkers/InstallEvent.h |
index 6ca2f5b8e90582130d39d9b2adb85f32443fd4ed..b905f6c0f5a71bb72af43ea5683be552217f8c18 100644 |
--- a/Source/modules/serviceworkers/InstallEvent.h |
+++ b/Source/modules/serviceworkers/InstallEvent.h |
@@ -35,7 +35,7 @@ |
#include "modules/serviceworkers/InstallPhaseEvent.h" |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
@@ -58,6 +58,6 @@ private: |
InstallEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // InstallEvent_h |