| Index: Source/modules/serviceworkers/RespondWithObserver.h
|
| diff --git a/Source/modules/serviceworkers/RespondWithObserver.h b/Source/modules/serviceworkers/RespondWithObserver.h
|
| index 2ca238390891954565fd019244a6113ec1398e7e..4faf2c1f184a0148cb0b44379c17fab8984f5018 100644
|
| --- a/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -10,7 +10,7 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
| class Response;
|
| @@ -50,6 +50,6 @@ private:
|
| State m_state;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // RespondWithObserver_h
|
|
|