Index: Source/modules/quota/StorageQuotaCallbacksImpl.cpp |
diff --git a/Source/modules/quota/StorageQuotaCallbacksImpl.cpp b/Source/modules/quota/StorageQuotaCallbacksImpl.cpp |
index 1fa5fc2c34ae1b7b36473a586f92d945efd0cf17..411ec8c546b5241dfb89840dacc8984a7d0e0653 100644 |
--- a/Source/modules/quota/StorageQuotaCallbacksImpl.cpp |
+++ b/Source/modules/quota/StorageQuotaCallbacksImpl.cpp |
@@ -35,7 +35,7 @@ |
#include "core/dom/ExceptionCode.h" |
#include "modules/quota/StorageInfo.h" |
-namespace WebCore { |
+namespace blink { |
StorageQuotaCallbacksImpl::StorageQuotaCallbacksImpl(PassRefPtr<ScriptPromiseResolver> resolver) |
: m_resolver(resolver) |
@@ -61,4 +61,4 @@ void StorageQuotaCallbacksImpl::didFail(blink::WebStorageQuotaError error) |
m_resolver->reject(DOMError::create(static_cast<ExceptionCode>(error)).get()); |
} |
-} // namespace WebCore |
+} // namespace blink |