| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| index 982eea940b551d2c633fa2384d619e24bb2f360e..6151d465775b96a651174e6b51e5a251ba91ac00 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -34,7 +34,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Assertions.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FetchManager;
|
| class Request;
|
| @@ -77,6 +77,6 @@ private:
|
| OwnPtr<FetchManager> m_fetchManager;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ServiceWorkerGlobalScope_h
|
|
|