Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2123)

Unified Diff: Source/modules/quota/StorageQuotaCallbacksImpl.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/quota/StorageQuotaCallbacksImpl.h ('k') | Source/modules/quota/StorageQuotaClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/quota/StorageQuotaCallbacksImpl.h ('k') | Source/modules/quota/StorageQuotaClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698