Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: components/component_updater/default_component_installer.cc

Issue 449643002: Componentize component_updater: Move over a bunch of files to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/component_updater/default_component_installer.cc
diff --git a/chrome/browser/component_updater/default_component_installer.cc b/components/component_updater/default_component_installer.cc
similarity index 97%
rename from chrome/browser/component_updater/default_component_installer.cc
rename to components/component_updater/default_component_installer.cc
index c951f960ed1136e4dbc78704bfc34e76a0db3acb..aac8e652468ae02b00a3404c5cbbb4965cbcf621 100644
--- a/chrome/browser/component_updater/default_component_installer.cc
+++ b/components/component_updater/default_component_installer.cc
@@ -13,9 +13,9 @@
#include "base/values.h"
#include "base/version.h"
// TODO(ddorwin): Find a better place for ReadManifest.
-#include "chrome/browser/component_updater/component_unpacker.h"
-#include "chrome/browser/component_updater/component_updater_configurator.h"
-#include "chrome/browser/component_updater/default_component_installer.h"
+#include "components/component_updater/component_unpacker.h"
+#include "components/component_updater/component_updater_configurator.h"
+#include "components/component_updater/default_component_installer.h"
namespace component_updater {
« no previous file with comments | « components/component_updater/default_component_installer.h ('k') | components/component_updater/update_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698