| Index: components/update_client/test_configurator.h
|
| diff --git a/components/update_client/test/test_configurator.h b/components/update_client/test_configurator.h
|
| similarity index 95%
|
| rename from components/update_client/test/test_configurator.h
|
| rename to components/update_client/test_configurator.h
|
| index 6c2ed0e9ae763145e0ed6f283bc0718bc47dea80..6e441e76874bc7075d96525e8b43d356bcf5dc11 100644
|
| --- a/components/update_client/test/test_configurator.h
|
| +++ b/components/update_client/test_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 COMPONENTS_UPDATE_CLIENT_TEST_TEST_CONFIGURATOR_H_
|
| -#define COMPONENTS_UPDATE_CLIENT_TEST_TEST_CONFIGURATOR_H_
|
| +#ifndef COMPONENTS_UPDATE_CLIENT_TEST_CONFIGURATOR_H_
|
| +#define COMPONENTS_UPDATE_CLIENT_TEST_CONFIGURATOR_H_
|
|
|
| #include <string>
|
| #include <utility>
|
| @@ -108,4 +108,4 @@ class TestConfigurator : public Configurator {
|
|
|
| } // namespace update_client
|
|
|
| -#endif // COMPONENTS_UPDATE_CLIENT_TEST_TEST_CONFIGURATOR_H_
|
| +#endif // COMPONENTS_UPDATE_CLIENT_TEST_CONFIGURATOR_H_
|
|
|