| Index: content/common/quota_messages.h
|
| diff --git a/content/common/quota_messages.h b/content/common/quota_messages.h
|
| index bbfd6e684f24c492d727f52d71771d6ef893ee15..26430110b910c4f7f769cbcdf0d4ae751456294a 100644
|
| --- a/content/common/quota_messages.h
|
| +++ b/content/common/quota_messages.h
|
| @@ -12,8 +12,8 @@
|
|
|
| #define IPC_MESSAGE_START QuotaMsgStart
|
|
|
| -IPC_ENUM_TRAITS_MAX_VALUE(quota::StorageType, quota::kStorageTypeLast)
|
| -IPC_ENUM_TRAITS(quota::QuotaStatusCode)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(storage::StorageType, storage::kStorageTypeLast)
|
| +IPC_ENUM_TRAITS(storage::QuotaStatusCode)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::StorageQuotaParams)
|
| IPC_STRUCT_TRAITS_MEMBER(render_view_id)
|
| @@ -38,14 +38,14 @@ IPC_MESSAGE_CONTROL3(QuotaMsg_DidQueryStorageUsageAndQuota,
|
|
|
| IPC_MESSAGE_CONTROL2(QuotaMsg_DidFail,
|
| int /* request_id */,
|
| - quota::QuotaStatusCode /* error */)
|
| + storage::QuotaStatusCode /* error */)
|
|
|
| // Quota messages sent from the child process to the browser.
|
|
|
| IPC_MESSAGE_CONTROL3(QuotaHostMsg_QueryStorageUsageAndQuota,
|
| int /* request_id */,
|
| GURL /* origin_url */,
|
| - quota::StorageType /* type */)
|
| + storage::StorageType /* type */)
|
|
|
| IPC_MESSAGE_CONTROL1(QuotaHostMsg_RequestStorageQuota,
|
| content::StorageQuotaParams)
|
|
|