| Index: components/component_updater/component_updater_utils.cc
|
| diff --git a/chrome/browser/component_updater/component_updater_utils.cc b/components/component_updater/component_updater_utils.cc
|
| similarity index 96%
|
| rename from chrome/browser/component_updater/component_updater_utils.cc
|
| rename to components/component_updater/component_updater_utils.cc
|
| index a3b203804609446489774d3f10fd0b855c671308..c5087e38c8e19712d73d4ff222810f97c3243d80 100644
|
| --- a/chrome/browser/component_updater/component_updater_utils.cc
|
| +++ b/components/component_updater/component_updater_utils.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_utils.h"
|
| +#include "components/component_updater/component_updater_utils.h"
|
|
|
| #include <cmath>
|
|
|
| @@ -15,8 +15,8 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/sys_info.h"
|
| #include "base/win/windows_version.h"
|
| -#include "chrome/browser/component_updater/component_updater_configurator.h"
|
| -#include "chrome/browser/component_updater/crx_update_item.h"
|
| +#include "components/component_updater/component_updater_configurator.h"
|
| +#include "components/component_updater/crx_update_item.h"
|
| #include "components/omaha_query_params/omaha_query_params.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/url_request/url_fetcher.h"
|
|
|