| Index: Source/modules/quota/NavigatorStorageQuota.h
|
| diff --git a/Source/modules/quota/NavigatorStorageQuota.h b/Source/modules/quota/NavigatorStorageQuota.h
|
| index d48f56129e531dc0ae264d60a926c6866f76f3a6..d0df48cffc7a7726ec88b1c1d6685c5e709aa041 100644
|
| --- a/Source/modules/quota/NavigatorStorageQuota.h
|
| +++ b/Source/modules/quota/NavigatorStorageQuota.h
|
| @@ -36,7 +36,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class LocalFrame;
|
| class Navigator;
|
| @@ -67,6 +67,6 @@ private:
|
| mutable PersistentWillBeMember<DeprecatedStorageQuota> m_persistentStorage;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // NavigatorStorageQuota_h
|
|
|