| Index: components/component_updater/component_updater_configurator.h
|
| diff --git a/chrome/browser/component_updater/component_updater_configurator.h b/components/component_updater/component_updater_configurator.h
|
| similarity index 90%
|
| rename from chrome/browser/component_updater/component_updater_configurator.h
|
| rename to components/component_updater/component_updater_configurator.h
|
| index 09daa91d44decb2ba59104692efcb3a7ff40b5f1..faee64ab7b88ea925182f5c5b792e07e95461a92 100644
|
| --- a/chrome/browser/component_updater/component_updater_configurator.h
|
| +++ b/components/component_updater/component_updater_configurator.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
|
| -#define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
|
| +#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
|
| +#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
|
|
|
| #include <string>
|
|
|
| @@ -13,7 +13,6 @@
|
| class GURL;
|
|
|
| namespace base {
|
| -class CommandLine;
|
| class SingleThreadTaskRunner;
|
| class SequencedTaskRunner;
|
| class Version;
|
| @@ -110,10 +109,6 @@ class Configurator {
|
| GetSingleThreadTaskRunner() const = 0;
|
| };
|
|
|
| -Configurator* MakeChromeComponentUpdaterConfigurator(
|
| - const base::CommandLine* cmdline,
|
| - net::URLRequestContextGetter* context_getter);
|
| -
|
| } // namespace component_updater
|
|
|
| -#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
|
| +#endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_CONFIGURATOR_H_
|
|
|