| Index: Source/modules/serviceworkers/InstallPhaseEvent.h
|
| diff --git a/Source/modules/serviceworkers/InstallPhaseEvent.h b/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| index beb8b57fd8ade6e771c60dd4192bcf820f5a26bf..b8aee6f8a67a2bcf0bf1b2785398ef64b7afa748 100644
|
| --- a/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| +++ b/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| @@ -34,7 +34,7 @@
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "modules/EventModules.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class WaitUntilObserver;
|
|
|
| @@ -57,6 +57,6 @@ protected:
|
| RefPtr<WaitUntilObserver> m_observer;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // InstallPhaseEvent_h
|
|
|