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

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

Issue 461163002: Cleanup namespace usage in Source/core/modules/[mediasource/* to websockets/*] (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/modules/push_messaging/PushRegistration.h ('k') | Source/modules/quota/StorageQuotaCallbacksImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h
diff --git a/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h b/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h
index e610106e9265abb85c03a8af21ae74bc292ebb4e..1d6c268121692cf79309196f3b3388a40d1f5425 100644
--- a/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h
+++ b/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h
@@ -57,7 +57,7 @@ public:
virtual void didQueryStorageUsageAndQuota(unsigned long long usageInBytes, unsigned long long quotaInBytes) OVERRIDE;
virtual void didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes) OVERRIDE;
- virtual void didFail(blink::WebStorageQuotaError) OVERRIDE;
+ virtual void didFail(WebStorageQuotaError) OVERRIDE;
private:
DeprecatedStorageQuotaCallbacksImpl(PassOwnPtr<StorageUsageCallback>, PassOwnPtr<StorageErrorCallback>);
@@ -68,6 +68,6 @@ private:
OwnPtr<StorageErrorCallback> m_errorCallback;
};
-} // namespace
+} // namespace blink
#endif // DeprecatedStorageQuotaCallbacksImpl_h
« no previous file with comments | « Source/modules/push_messaging/PushRegistration.h ('k') | Source/modules/quota/StorageQuotaCallbacksImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698