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

Unified Diff: webkit/common/quota/quota_status_code.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « webkit/common/gpu/webgraphicscontext3d_provider_impl.cc ('k') | webkit/common/resource_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/quota/quota_status_code.h
diff --git a/webkit/common/quota/quota_status_code.h b/webkit/common/quota/quota_status_code.h
index 21b470178efffeefa93587756f57baabaf3372f8..ce2f3fb6d3dad216e92e27a8a09a87eae01920ed 100644
--- a/webkit/common/quota/quota_status_code.h
+++ b/webkit/common/quota/quota_status_code.h
@@ -12,11 +12,11 @@ namespace quota {
enum QuotaStatusCode {
kQuotaStatusOk = 0,
- kQuotaErrorNotSupported = WebKit::WebStorageQuotaErrorNotSupported,
+ kQuotaErrorNotSupported = blink::WebStorageQuotaErrorNotSupported,
kQuotaErrorInvalidModification =
- WebKit::WebStorageQuotaErrorInvalidModification,
- kQuotaErrorInvalidAccess = WebKit::WebStorageQuotaErrorInvalidAccess,
- kQuotaErrorAbort = WebKit::WebStorageQuotaErrorAbort,
+ blink::WebStorageQuotaErrorInvalidModification,
+ kQuotaErrorInvalidAccess = blink::WebStorageQuotaErrorInvalidAccess,
+ kQuotaErrorAbort = blink::WebStorageQuotaErrorAbort,
kQuotaStatusUnknown = -1,
};
« no previous file with comments | « webkit/common/gpu/webgraphicscontext3d_provider_impl.cc ('k') | webkit/common/resource_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698