| Index: Source/modules/quota/DOMWindowQuota.h
|
| diff --git a/Source/modules/quota/DOMWindowQuota.h b/Source/modules/quota/DOMWindowQuota.h
|
| index b8017c502cabb88afa96d5216ebe719e73abda9b..e7faf1095126d87792b465afab32b45ea0499bfc 100644
|
| --- a/Source/modules/quota/DOMWindowQuota.h
|
| +++ b/Source/modules/quota/DOMWindowQuota.h
|
| @@ -35,7 +35,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DeprecatedStorageInfo;
|
| class LocalDOMWindow;
|
| @@ -57,6 +57,6 @@ private:
|
| mutable PersistentWillBeMember<DeprecatedStorageInfo> m_storageInfo;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DOMWindowQuota_h
|
|
|