| Index: Source/modules/quota/NavigatorStorageQuota.cpp
|
| diff --git a/Source/modules/quota/NavigatorStorageQuota.cpp b/Source/modules/quota/NavigatorStorageQuota.cpp
|
| index 35d08cb0926cfc0a72530c1b01a50cc316d31583..8ea1b19d9564b63cc9374dade832604dd6182b03 100644
|
| --- a/Source/modules/quota/NavigatorStorageQuota.cpp
|
| +++ b/Source/modules/quota/NavigatorStorageQuota.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "modules/quota/DeprecatedStorageQuota.h"
|
| #include "modules/quota/StorageQuota.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| NavigatorStorageQuota::NavigatorStorageQuota(LocalFrame* frame)
|
| : DOMWindowProperty(frame)
|
| @@ -105,4 +105,4 @@ void NavigatorStorageQuota::trace(Visitor* visitor)
|
| WillBeHeapSupplement<Navigator>::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|