| Index: Source/modules/serviceworkers/CacheStorage.h
|
| diff --git a/Source/modules/serviceworkers/CacheStorage.h b/Source/modules/serviceworkers/CacheStorage.h
|
| index 6d9176be90e9fa65738a6467152c2222f14799c6..30346258023871f209259aa35eef17e62cfb851e 100644
|
| --- a/Source/modules/serviceworkers/CacheStorage.h
|
| +++ b/Source/modules/serviceworkers/CacheStorage.h
|
| @@ -12,7 +12,7 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-storage
|
|
|
| @@ -33,6 +33,6 @@ private:
|
| CacheStorage();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // CacheStorage_h
|
|
|