| Index: components/web_cache/common/web_cache_messages.h
|
| diff --git a/components/web_cache/common/web_cache_messages.h b/components/web_cache/common/web_cache_messages.h
|
| index 58f9c70b825237e9093ff7e5873481702ac0f04f..44f48b6ae0bbcf9eeb372fbe96dc243cb8f95cea 100644
|
| --- a/components/web_cache/common/web_cache_messages.h
|
| +++ b/components/web_cache/common/web_cache_messages.h
|
| @@ -17,9 +17,9 @@
|
|
|
| // Tells the renderer to set its maximum cache size to the supplied value.
|
| IPC_MESSAGE_CONTROL3(WebCacheMsg_SetCacheCapacities,
|
| - uint32_t /* min_dead_capacity */,
|
| - uint32_t /* max_dead_capacity */,
|
| - uint32_t /* capacity */)
|
| + uint64_t /* min_dead_capacity */,
|
| + uint64_t /* max_dead_capacity */,
|
| + uint64_t /* capacity */)
|
|
|
| // Tells the renderer to clear the cache.
|
| IPC_MESSAGE_CONTROL1(WebCacheMsg_ClearCache,
|
|
|