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

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

Issue 469773002: Cleanup blink:: prefix usage in Source/core/modules/[mediasource/*.cpp to websockets/*.cpp] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/DeprecatedStorageQuota.cpp ('k') | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
diff --git a/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp b/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
index 0a9f40910680a490fc8eed343f8359410b434c49..8da0b0f5fd43c2331bb918a394a5a9c2489ae163 100644
--- a/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
+++ b/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
@@ -64,7 +64,7 @@ void DeprecatedStorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long lon
m_quotaCallback->handleEvent(grantedQuotaInBytes);
}
-void DeprecatedStorageQuotaCallbacksImpl::didFail(blink::WebStorageQuotaError error)
+void DeprecatedStorageQuotaCallbacksImpl::didFail(WebStorageQuotaError error)
{
if (m_errorCallback)
m_errorCallback->handleEvent(DOMError::create(static_cast<ExceptionCode>(error)).get());
« no previous file with comments | « Source/modules/quota/DeprecatedStorageQuota.cpp ('k') | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698