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

Unified Diff: components/component_updater/component_updater_service.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/component_updater_service.cc
diff --git a/chrome/browser/component_updater/component_updater_service.cc b/components/component_updater/component_updater_service.cc
similarity index 98%
rename from chrome/browser/component_updater/component_updater_service.cc
rename to components/component_updater/component_updater_service.cc
index 66d1f6e75ab6118fda19b626dfa3fdcb75153112..3270adcfa1599b7f8f3a86c3f17e127d33ab89a2 100644
--- a/chrome/browser/component_updater/component_updater_service.cc
+++ b/components/component_updater/component_updater_service.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/component_updater/component_updater_service.h"
+#include "components/component_updater/component_updater_service.h"
#include <algorithm>
#include <set>
@@ -23,15 +23,15 @@
#include "base/threading/sequenced_worker_pool.h"
#include "base/threading/thread_checker.h"
#include "base/timer/timer.h"
-#include "chrome/browser/component_updater/component_patcher_operation.h"
-#include "chrome/browser/component_updater/component_unpacker.h"
-#include "chrome/browser/component_updater/component_updater_configurator.h"
-#include "chrome/browser/component_updater/component_updater_ping_manager.h"
-#include "chrome/browser/component_updater/component_updater_utils.h"
-#include "chrome/browser/component_updater/crx_downloader.h"
-#include "chrome/browser/component_updater/crx_update_item.h"
-#include "chrome/browser/component_updater/update_checker.h"
-#include "chrome/browser/component_updater/update_response.h"
+#include "components/component_updater/component_patcher_operation.h"
+#include "components/component_updater/component_unpacker.h"
+#include "components/component_updater/component_updater_configurator.h"
+#include "components/component_updater/component_updater_ping_manager.h"
+#include "components/component_updater/component_updater_utils.h"
+#include "components/component_updater/crx_downloader.h"
+#include "components/component_updater/crx_update_item.h"
+#include "components/component_updater/update_checker.h"
+#include "components/component_updater/update_response.h"
#include "url/gurl.h"
namespace component_updater {
« no previous file with comments | « components/component_updater/component_updater_service.h ('k') | components/component_updater/component_updater_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698