| Index: Source/modules/quota/DeprecatedStorageQuota.cpp
|
| diff --git a/Source/modules/quota/DeprecatedStorageQuota.cpp b/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| index 6bbdea7499937a3d5e9dc69e9f1cafdac147c98e..8a5d66f169c8af02a6e7da85a8187f1d4d5caee5 100644
|
| --- a/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| +++ b/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| @@ -44,7 +44,7 @@
|
| #include "public/platform/WebStorageQuotaCallbacks.h"
|
| #include "public/platform/WebStorageQuotaType.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DeprecatedStorageQuota::DeprecatedStorageQuota(Type type)
|
| : m_type(type)
|
| @@ -98,4 +98,4 @@ DeprecatedStorageQuota::~DeprecatedStorageQuota()
|
| {
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|