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

Unified Diff: components/component_updater/crx_downloader.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
« no previous file with comments | « components/component_updater/crx_downloader.h ('k') | components/component_updater/crx_update_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/crx_downloader.cc
diff --git a/chrome/browser/component_updater/crx_downloader.cc b/components/component_updater/crx_downloader.cc
similarity index 95%
rename from chrome/browser/component_updater/crx_downloader.cc
rename to components/component_updater/crx_downloader.cc
index 65ae360c5da06bbeb2acca51225e6a3c5f62f01c..d366044a963022d3686176aecead505f10403002 100644
--- a/chrome/browser/component_updater/crx_downloader.cc
+++ b/components/component_updater/crx_downloader.cc
@@ -2,15 +2,15 @@
// 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/crx_downloader.h"
+#include "components/component_updater/crx_downloader.h"
#include "base/logging.h"
#include "base/sequenced_task_runner.h"
#include "base/single_thread_task_runner.h"
-#include "chrome/browser/component_updater/url_fetcher_downloader.h"
+#include "components/component_updater/url_fetcher_downloader.h"
#if defined(OS_WIN)
-#include "chrome/browser/component_updater/background_downloader_win.h"
+#include "components/component_updater/background_downloader_win.h"
#endif
namespace component_updater {
« no previous file with comments | « components/component_updater/crx_downloader.h ('k') | components/component_updater/crx_update_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698