diff options
author | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-12 04:00:10 +0000 |
---|---|---|
committer | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-12 04:00:10 +0000 |
commit | abe720c0f5905c8f1e4b34c418f80be12d28b21c (patch) | |
tree | 617ef00672e345bc976149dd3afad3342621dc6b /chrome/utility | |
parent | e7fec2d5b5a1737752b3cff4c53f601f1b7937c4 (diff) | |
download | chromium_src-abe720c0f5905c8f1e4b34c418f80be12d28b21c.zip chromium_src-abe720c0f5905c8f1e4b34c418f80be12d28b21c.tar.gz chromium_src-abe720c0f5905c8f1e4b34c418f80be12d28b21c.tar.bz2 |
Move IconsHandler from c/c/e/api/ to c/c/e
Move IconsHandler out of the API directory, and into the more general manifest_handlers/ directory.
TBR=ben@chromium.org, tommi@chromium.org, mirandac@chromium.org, atwilson@chromium.org
ben - ui, gypis
tommi - media
mirandac - profiles
atwilson - background
These are all mechanical/rename changes.
BUG=159265
Review URL: https://chromiumcodereview.appspot.com/13460012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/utility')
-rw-r--r-- | chrome/utility/chrome_content_utility_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/utility/chrome_content_utility_client.cc b/chrome/utility/chrome_content_utility_client.cc index 79e4408..cae55ab 100644 --- a/chrome/utility/chrome_content_utility_client.cc +++ b/chrome/utility/chrome_content_utility_client.cc @@ -20,7 +20,6 @@ #include "chrome/common/extensions/api/extension_action/browser_action_handler.h" #include "chrome/common/extensions/api/extension_action/page_action_handler.h" #include "chrome/common/extensions/api/i18n/default_locale_handler.h" -#include "chrome/common/extensions/api/icons/icons_handler.h" #include "chrome/common/extensions/api/plugins/plugins_handler.h" #include "chrome/common/extensions/api/themes/theme_handler.h" #include "chrome/common/extensions/background_info.h" @@ -28,6 +27,7 @@ #include "chrome/common/extensions/extension_l10n_util.h" #include "chrome/common/extensions/incognito_handler.h" #include "chrome/common/extensions/manifest.h" +#include "chrome/common/extensions/manifest_handlers/icons_handler.h" #include "chrome/common/extensions/permissions/chrome_api_permissions.h" #include "chrome/common/extensions/unpacker.h" #include "chrome/common/extensions/update_manifest.h" |