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

Unified Diff: components/component_updater/url_fetcher_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/url_fetcher_downloader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/url_fetcher_downloader.cc
diff --git a/chrome/browser/component_updater/url_fetcher_downloader.cc b/components/component_updater/url_fetcher_downloader.cc
similarity index 96%
rename from chrome/browser/component_updater/url_fetcher_downloader.cc
rename to components/component_updater/url_fetcher_downloader.cc
index 94fa4f2f2ccd1b8b9c36feb188ab3e2a7c3515d7..bbfce1020e35690da4c15650167f4fb9f417a69d 100644
--- a/chrome/browser/component_updater/url_fetcher_downloader.cc
+++ b/components/component_updater/url_fetcher_downloader.cc
@@ -2,11 +2,11 @@
// 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/url_fetcher_downloader.h"
+#include "components/component_updater/url_fetcher_downloader.h"
#include "base/logging.h"
#include "base/sequenced_task_runner.h"
-#include "chrome/browser/component_updater/component_updater_utils.h"
+#include "components/component_updater/component_updater_utils.h"
#include "net/base/load_flags.h"
#include "net/url_request/url_fetcher.h"
#include "url/gurl.h"
« no previous file with comments | « components/component_updater/url_fetcher_downloader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698