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

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

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
« no previous file with comments | « Source/modules/quota/StorageQuota.cpp ('k') | Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/WebStorageQuotaCallbacksImpl.h
diff --git a/Source/modules/quota/WebStorageQuotaCallbacksImpl.h b/Source/modules/quota/WebStorageQuotaCallbacksImpl.h
index 6c71dc2e4c05c83a61545bacc6acca05dc429f3f..97ba9cbb4aee8d6301fd6005f0debfaa4c0d8a6b 100644
--- a/Source/modules/quota/WebStorageQuotaCallbacksImpl.h
+++ b/Source/modules/quota/WebStorageQuotaCallbacksImpl.h
@@ -41,7 +41,7 @@
namespace WebCore {
-class WebStorageQuotaCallbacksImpl : public WebKit::WebStorageQuotaCallbacks {
+class WebStorageQuotaCallbacksImpl : public blink::WebStorageQuotaCallbacks {
public:
// The class is self-destructed and thus we have leakedPtr constructors.
static WebStorageQuotaCallbacksImpl* createLeakedPtr(PassRefPtr<StorageUsageCallback> success, PassRefPtr<StorageErrorCallback> error)
@@ -60,7 +60,7 @@ public:
virtual void didQueryStorageUsageAndQuota(unsigned long long usageInBytes, unsigned long long quotaInBytes);
virtual void didGrantStorageQuota(unsigned long long grantedQuotaInBytes);
- virtual void didFail(WebKit::WebStorageQuotaError);
+ virtual void didFail(blink::WebStorageQuotaError);
private:
WebStorageQuotaCallbacksImpl(PassRefPtr<StorageUsageCallback>, PassRefPtr<StorageErrorCallback>);
« no previous file with comments | « Source/modules/quota/StorageQuota.cpp ('k') | Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698