| Index: components/update_client/test/test_installer.h
|
| diff --git a/components/component_updater/test/test_installer.h b/components/update_client/test/test_installer.h
|
| similarity index 85%
|
| rename from components/component_updater/test/test_installer.h
|
| rename to components/update_client/test/test_installer.h
|
| index e44c48dc8361a3f24330564941c2c74314ad6d7c..933fe21372afe818c7ec88ec07a73cd744c714d3 100644
|
| --- a/components/component_updater/test/test_installer.h
|
| +++ b/components/update_client/test/test_installer.h
|
| @@ -2,20 +2,20 @@
|
| // 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_TEST_TEST_INSTALLER_H_
|
| -#define CHROME_BROWSER_COMPONENT_UPDATER_TEST_TEST_INSTALLER_H_
|
| +#ifndef COMPONENTS_UPDATE_CLIENT_TEST_TEST_INSTALLER_H_
|
| +#define COMPONENTS_UPDATE_CLIENT_TEST_TEST_INSTALLER_H_
|
|
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_path.h"
|
| -#include "components/component_updater/component_updater_service.h"
|
| +#include "components/update_client/update_client.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| }
|
|
|
| -namespace component_updater {
|
| +namespace update_client {
|
|
|
| // A TestInstaller is an installer that does nothing for installation except
|
| // increment a counter.
|
| @@ -74,6 +74,6 @@ class VersionedTestInstaller : public TestInstaller {
|
| Version current_version_;
|
| };
|
|
|
| -} // namespace component_updater
|
| +} // namespace update_client
|
|
|
| -#endif // CHROME_BROWSER_COMPONENT_UPDATER_TEST_TEST_INSTALLER_H_
|
| +#endif // COMPONENTS_UPDATE_CLIENT_TEST_TEST_INSTALLER_H_
|
|
|