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 |