| Index: chrome/common/chrome_utility_messages.h
|
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
|
| index df8aefa877231a57427d321d4ac34869f0ce3fea..6750826455afb14c763751a0d69693c0d7a89a11 100644
|
| --- a/chrome/common/chrome_utility_messages.h
|
| +++ b/chrome/common/chrome_utility_messages.h
|
| @@ -102,7 +102,7 @@ IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_GetPrinterCapsAndDefaults,
|
| // Reply when the utility process is done unpacking an extension. |manifest|
|
| // is the parsed manifest.json file.
|
| // The unpacker should also have written out files containing the decoded
|
| -// images and message catalogs from the extension. See ExtensionUnpacker for
|
| +// images and message catalogs from the extension. See extensions::Unpacker for
|
| // details.
|
| IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_UnpackExtension_Succeeded,
|
| DictionaryValue /* manifest */)
|
|
|