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

Unified Diff: Source/platform/StorageQuotaCallbacks.h

Issue 467193002: Cleanup namespace usage in Source/core/platform/[A-Z]*.h (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/platform/PurgeableVector.h ('k') | Source/platform/Supplementable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/StorageQuotaCallbacks.h
diff --git a/Source/platform/StorageQuotaCallbacks.h b/Source/platform/StorageQuotaCallbacks.h
index 0950913fdd04dbe5ddc5c921f8dde9a6f7f6480c..9c45f96f6a41c75ac878d2b405c8eb277bfbafa1 100644
--- a/Source/platform/StorageQuotaCallbacks.h
+++ b/Source/platform/StorageQuotaCallbacks.h
@@ -46,7 +46,7 @@ public:
virtual void didQueryStorageUsageAndQuota(unsigned long long usageInBytes, unsigned long long quotaInBytes) { ASSERT_NOT_REACHED(); };
virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) { ASSERT_NOT_REACHED(); };
- virtual void didFail(blink::WebStorageQuotaError) { ASSERT_NOT_REACHED(); };
+ virtual void didFail(WebStorageQuotaError) { ASSERT_NOT_REACHED(); };
};
} // namespace blink
« no previous file with comments | « Source/platform/PurgeableVector.h ('k') | Source/platform/Supplementable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698