| 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 37f1f370dc72fe7d3835cf08076e8298166ea8ca..940187bb011c501f8d4db109a5cfacf2f5b5032b 100644
|
| --- a/webkit/common/quota/quota_status_code.h
|
| +++ b/webkit/common/quota/quota_status_code.h
|
| @@ -8,7 +8,7 @@
|
| #include "third_party/WebKit/public/platform/WebStorageQuotaError.h"
|
| #include "webkit/common/webkit_storage_common_export.h"
|
|
|
| -namespace quota {
|
| +namespace storage {
|
|
|
| enum QuotaStatusCode {
|
| kQuotaStatusOk = 0,
|
| @@ -23,6 +23,6 @@ enum QuotaStatusCode {
|
| WEBKIT_STORAGE_COMMON_EXPORT const char* QuotaStatusCodeToString(
|
| QuotaStatusCode status);
|
|
|
| -} // namespace quota
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_COMMON_QUOTA_QUOTA_STATUS_CODE_H_
|
|
|