| Index: content/common/quota_messages.h
|
| diff --git a/content/common/quota_messages.h b/content/common/quota_messages.h
|
| index ae0ded4837bec7c1dffc8e226d68952f45a2f7dc..39006e1b6ee3c1a1d0b3f2ac87b547b2602a833e 100644
|
| --- a/content/common/quota_messages.h
|
| +++ b/content/common/quota_messages.h
|
| @@ -17,7 +17,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(storage::StorageType, storage::kStorageTypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(storage::QuotaStatusCode, storage::kQuotaStatusLast)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::StorageQuotaParams)
|
| - IPC_STRUCT_TRAITS_MEMBER(render_view_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(render_frame_id)
|
| IPC_STRUCT_TRAITS_MEMBER(request_id)
|
| IPC_STRUCT_TRAITS_MEMBER(origin_url)
|
| IPC_STRUCT_TRAITS_MEMBER(storage_type)
|
|
|