| Index: chrome/common/chrome_utility_messages.h
|
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
|
| index 284391a681bf1822fb09bbae9bf9df4225b3e95f..c1004edd1c06b776bff94dc52443e394a64f8791 100644
|
| --- a/chrome/common/chrome_utility_messages.h
|
| +++ b/chrome/common/chrome_utility_messages.h
|
| @@ -57,7 +57,7 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_MESSAGE_CONTROL4(ChromeUtilityMsg_UnpackExtension,
|
| FilePath /* extension_filename */,
|
| std::string /* extension_id */,
|
| - int /* Extension::Location */,
|
| + int /* Manifest::Location */,
|
| int /* InitFromValue flags */)
|
|
|
| // Tell the utility process to parse the given JSON data and verify its
|
|
|