| 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"
|
|
|
|
|