| Index: components/component_updater/update_checker.h
|
| diff --git a/chrome/browser/component_updater/update_checker.h b/components/component_updater/update_checker.h
|
| similarity index 84%
|
| rename from chrome/browser/component_updater/update_checker.h
|
| rename to components/component_updater/update_checker.h
|
| index 9f2286ff6e67b87d2378c699cf66004d4e7f2aef..0e372e4fca99ad34c5edad9de6d03d2744fb2662 100644
|
| --- a/chrome/browser/component_updater/update_checker.h
|
| +++ b/components/component_updater/update_checker.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_UPDATE_CHECKER_H_
|
| -#define CHROME_BROWSER_COMPONENT_UPDATER_UPDATE_CHECKER_H_
|
| +#ifndef COMPONENTS_COMPONENT_UPDATER_UPDATE_CHECKER_H_
|
| +#define COMPONENTS_COMPONENT_UPDATER_UPDATE_CHECKER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -11,7 +11,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/browser/component_updater/update_response.h"
|
| +#include "components/component_updater/update_response.h"
|
|
|
| class GURL;
|
|
|
| @@ -53,4 +53,4 @@ class UpdateChecker {
|
|
|
| } // namespace component_updater
|
|
|
| -#endif // CHROME_BROWSER_COMPONENT_UPDATER_UPDATE_CHECKER_H_
|
| +#endif // COMPONENTS_COMPONENT_UPDATER_UPDATE_CHECKER_H_
|
|
|