summaryrefslogtreecommitdiffstats
path: root/chrome/utility/extensions
diff options
context:
space:
mode:
authorrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-08 21:07:06 +0000
committerrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-08 21:08:23 +0000
commit85718108736010fa56092d619baf04e814e82c03 (patch)
treed745cb0e5911ba9003436c84d07f41dcfb8ef59e /chrome/utility/extensions
parenta5eb1794c5426633eec8b4bdd08ad508365e1475 (diff)
downloadchromium_src-85718108736010fa56092d619baf04e814e82c03.zip
chromium_src-85718108736010fa56092d619baf04e814e82c03.tar.gz
chromium_src-85718108736010fa56092d619baf04e814e82c03.tar.bz2
Move UpdateManifest to //extensions
This just moves update_manifest.h/cc into the extensions_common target. Precursor to moving manifest parsing code and ultimately the rest of the download/install/update code. BUG=398671 TBR=dcheng@chromium.org for IPC messages (header move only) Review URL: https://codereview.chromium.org/454873005 Cr-Commit-Position: refs/heads/master@{#288430} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288430 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/utility/extensions')
-rw-r--r--chrome/utility/extensions/extensions_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/utility/extensions/extensions_handler.cc b/chrome/utility/extensions/extensions_handler.cc
index 4866a20..6aa0c2e 100644
--- a/chrome/utility/extensions/extensions_handler.cc
+++ b/chrome/utility/extensions/extensions_handler.cc
@@ -9,7 +9,6 @@
#include "chrome/common/chrome_utility_messages.h"
#include "chrome/common/extensions/chrome_extensions_client.h"
#include "chrome/common/extensions/chrome_utility_extensions_messages.h"
-#include "chrome/common/extensions/update_manifest.h"
#include "chrome/common/media_galleries/metadata_types.h"
#include "chrome/utility/chrome_content_utility_client.h"
#include "chrome/utility/extensions/unpacker.h"
@@ -19,6 +18,7 @@
#include "extensions/common/extension.h"
#include "extensions/common/extension_l10n_util.h"
#include "extensions/common/manifest.h"
+#include "extensions/common/update_manifest.h"
#include "media/base/media.h"
#include "media/base/media_file_checker.h"
#include "ui/base/ui_base_switches.h"