| Index: Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| diff --git a/Source/modules/quota/WorkerNavigatorStorageQuota.h b/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| index 09a940a2587aea92ae059958af8da5724885a59a..b8f4a48e99092f20da515ce36a3a6463b0b0fbea 100644
|
| --- a/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| +++ b/Source/modules/quota/WorkerNavigatorStorageQuota.h
|
| @@ -37,7 +37,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class WorkerNavigatorStorageQuota FINAL : public NoBaseWillBeGarbageCollected<WorkerNavigatorStorageQuota>, public WillBeHeapSupplement<WorkerNavigator> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigatorStorageQuota);
|
| @@ -59,6 +59,6 @@ private:
|
| mutable PersistentWillBeMember<DeprecatedStorageQuota> m_persistentStorage;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // WorkerNavigatorStorageQuota_h
|
|
|