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

Unified Diff: Source/modules/quota/StorageQuotaCallbacksImpl.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
Index: Source/modules/quota/StorageQuotaCallbacksImpl.cpp
diff --git a/Source/modules/quota/StorageQuotaCallbacksImpl.cpp b/Source/modules/quota/StorageQuotaCallbacksImpl.cpp
index 411ec8c546b5241dfb89840dacc8984a7d0e0653..b0e9edeefb1564453f6eb04f2e579e54aad8831f 100644
--- a/Source/modules/quota/StorageQuotaCallbacksImpl.cpp
+++ b/Source/modules/quota/StorageQuotaCallbacksImpl.cpp
@@ -56,7 +56,7 @@ void StorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long usageInB
m_resolver->resolve(StorageInfo::create(usageInBytes, grantedQuotaInBytes));
}
-void StorageQuotaCallbacksImpl::didFail(blink::WebStorageQuotaError error)
+void StorageQuotaCallbacksImpl::didFail(WebStorageQuotaError error)
{
m_resolver->reject(DOMError::create(static_cast<ExceptionCode>(error)).get());
}
« no previous file with comments | « Source/modules/quota/StorageQuota.cpp ('k') | Source/modules/screen_orientation/LockOrientationCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698