| Index: public/platform/WebStorageQuotaError.h
|
| diff --git a/public/platform/WebStorageQuotaError.h b/public/platform/WebStorageQuotaError.h
|
| index 97fb2359ab55cecd0ac0b5dff4436cb23efc4a32..76381ac03928de07bb8ddfa8961f3e4aefdb2238 100644
|
| --- a/public/platform/WebStorageQuotaError.h
|
| +++ b/public/platform/WebStorageQuotaError.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebStorageQuotaError_h
|
| #define WebStorageQuotaError_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // The error code used for WebStorageQuota.
|
| enum WebStorageQuotaError {
|
| @@ -41,6 +41,6 @@ enum WebStorageQuotaError {
|
| WebStorageQuotaErrorAbort = 17,
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebStorageQuotaError_h
|
|
|