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

Unified Diff: Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.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
Index: Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
diff --git a/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp b/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
index ae6f2ad125a73bc0b95b4d482d8e4c63261eddcf..0a9f40910680a490fc8eed343f8359410b434c49 100644
--- a/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
+++ b/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
@@ -34,7 +34,7 @@
#include "core/dom/DOMError.h"
#include "core/dom/ExceptionCode.h"
-namespace WebCore {
+namespace blink {
DeprecatedStorageQuotaCallbacksImpl::DeprecatedStorageQuotaCallbacksImpl(PassOwnPtr<StorageUsageCallback> usageCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
: m_usageCallback(usageCallback)
@@ -70,4 +70,4 @@ void DeprecatedStorageQuotaCallbacksImpl::didFail(blink::WebStorageQuotaError er
m_errorCallback->handleEvent(DOMError::create(static_cast<ExceptionCode>(error)).get());
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h ('k') | Source/modules/quota/NavigatorStorageQuota.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698