| Index: components/component_updater/component_updater_ping_manager.cc
|
| diff --git a/chrome/browser/component_updater/component_updater_ping_manager.cc b/components/component_updater/component_updater_ping_manager.cc
|
| similarity index 96%
|
| rename from chrome/browser/component_updater/component_updater_ping_manager.cc
|
| rename to components/component_updater/component_updater_ping_manager.cc
|
| index eb98f65d50cd034842bf0931a0d894c41b1819f9..10496a7c30d93356860a39a6eff9c4d979755d6d 100644
|
| --- a/chrome/browser/component_updater/component_updater_ping_manager.cc
|
| +++ b/components/component_updater/component_updater_ping_manager.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_ping_manager.h"
|
| +#include "components/component_updater/component_updater_ping_manager.h"
|
|
|
| #include <string>
|
|
|
| @@ -13,9 +13,9 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "chrome/browser/component_updater/component_updater_configurator.h"
|
| -#include "chrome/browser/component_updater/component_updater_utils.h"
|
| -#include "chrome/browser/component_updater/crx_update_item.h"
|
| +#include "components/component_updater/component_updater_configurator.h"
|
| +#include "components/component_updater/component_updater_utils.h"
|
| +#include "components/component_updater/crx_update_item.h"
|
| #include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "url/gurl.h"
|
|
|