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

Unified Diff: components/component_updater/background_downloader_win.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/background_downloader_win.cc
diff --git a/chrome/browser/component_updater/background_downloader_win.cc b/components/component_updater/background_downloader_win.cc
similarity index 99%
rename from chrome/browser/component_updater/background_downloader_win.cc
rename to components/component_updater/background_downloader_win.cc
index 24ff5e44bcec63bc30962ea8c54f79b53e87b5f4..b21075ef71a9cc77508cfc37e2286360970df147 100644
--- a/chrome/browser/component_updater/background_downloader_win.cc
+++ b/components/component_updater/background_downloader_win.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/background_downloader_win.h"
+#include "components/component_updater/background_downloader_win.h"
#include <atlbase.h>
#include <atlcom.h>
@@ -16,7 +16,7 @@
#include "base/single_thread_task_runner.h"
#include "base/strings/sys_string_conversions.h"
#include "base/win/scoped_co_mem.h"
-#include "chrome/browser/component_updater/component_updater_utils.h"
+#include "components/component_updater/component_updater_utils.h"
#include "ui/base/win/atl_module.h"
#include "url/gurl.h"
« no previous file with comments | « components/component_updater/background_downloader_win.h ('k') | components/component_updater/component_patcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698