diff options
author | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-16 19:14:39 +0000 |
---|---|---|
committer | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-16 19:14:39 +0000 |
commit | b3fe68db246694707b52c8ad7b239c9a8bee0bb8 (patch) | |
tree | da67c2f2b3a60c49872d32ae2f9b4b38a441f7c5 /chrome/common/chrome_utility_messages.h | |
parent | f464dd73785972f0b93b5412bb7677bf8d939013 (diff) | |
download | chromium_src-b3fe68db246694707b52c8ad7b239c9a8bee0bb8.zip chromium_src-b3fe68db246694707b52c8ad7b239c9a8bee0bb8.tar.gz chromium_src-b3fe68db246694707b52c8ad7b239c9a8bee0bb8.tar.bz2 |
Move ExtensionUnpacker into extensions:: namespace, rename it to Unpacker
BUG=135462, 117261
Review URL: https://chromiumcodereview.appspot.com/10704060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146853 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_utility_messages.h')
-rw-r--r-- | chrome/common/chrome_utility_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h index df8aefa..67508264 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 */) |