| Index: Source/modules/serviceworkers/FetchManager.cpp
|
| diff --git a/Source/modules/serviceworkers/FetchManager.cpp b/Source/modules/serviceworkers/FetchManager.cpp
|
| index c1e740b2eb548f143e6fa84a4ec6442f97f6073e..b4c32347f02e6f26d0cd7f3198346a5be58d90b0 100644
|
| --- a/Source/modules/serviceworkers/FetchManager.cpp
|
| +++ b/Source/modules/serviceworkers/FetchManager.cpp
|
| @@ -19,7 +19,7 @@
|
| #include "platform/network/ResourceRequest.h"
|
| #include "wtf/HashSet.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FetchManager::Loader : public ThreadableLoaderClient {
|
| public:
|
| @@ -196,4 +196,4 @@ bool FetchManager::isUsefulMethod(const String& method)
|
| return XMLHttpRequest::isAllowedHTTPMethod(method);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|