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

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

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/WebStorageQuotaCallbacksImpl.cpp
diff --git a/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp b/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp
index 574703edbb86841e98b7ac7904d40ca2085c9cc9..18949eda264bf452386c389a515c10248d929879 100644
--- a/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp
+++ b/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp
@@ -66,7 +66,7 @@ void WebStorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long grant
m_quotaCallback->handleEvent(grantedQuotaInBytes);
}
-void WebStorageQuotaCallbacksImpl::didFail(WebKit::WebStorageQuotaError error)
+void WebStorageQuotaCallbacksImpl::didFail(blink::WebStorageQuotaError error)
{
OwnPtr<WebStorageQuotaCallbacksImpl> deleter = adoptPtr(this);
if (m_errorCallback)
« no previous file with comments | « Source/modules/quota/WebStorageQuotaCallbacksImpl.h ('k') | Source/modules/serviceworkers/NavigatorServiceWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698