| Index: components/component_updater/component_updater_service.h
|
| diff --git a/chrome/browser/component_updater/component_updater_service.h b/components/component_updater/component_updater_service.h
|
| similarity index 97%
|
| rename from chrome/browser/component_updater/component_updater_service.h
|
| rename to components/component_updater/component_updater_service.h
|
| index 40e48ede7d995ac765f7b22a78c70fbb23848dc1..824ebd625457b08ffef8bb94c2345eca4afa06ab 100644
|
| --- a/chrome/browser/component_updater/component_updater_service.h
|
| +++ b/components/component_updater/component_updater_service.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_SERVICE_H_
|
| -#define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_SERVICE_H_
|
| +#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_SERVICE_H_
|
| +#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_SERVICE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -227,4 +227,4 @@ ComponentUpdateService* ComponentUpdateServiceFactory(Configurator* config);
|
|
|
| } // namespace component_updater
|
|
|
| -#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_SERVICE_H_
|
| +#endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_SERVICE_H_
|
|
|