| Index: services/service_manager/tests/util.h
|
| diff --git a/services/shell/tests/util.h b/services/service_manager/tests/util.h
|
| similarity index 84%
|
| rename from services/shell/tests/util.h
|
| rename to services/service_manager/tests/util.h
|
| index cad88317d177d9d07fbdde6a7f39123148dc94e8..70ddbbc8ed4ecdb0d08d46ec3d117c1c85857d5e 100644
|
| --- a/services/shell/tests/util.h
|
| +++ b/services/service_manager/tests/util.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 SERVICES_SHELL_TESTS_UTIL_H_
|
| -#define SERVICES_SHELL_TESTS_UTIL_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_TESTS_UTIL_H_
|
| +#define SERVICES_SERVICE_MANAGER_TESTS_UTIL_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -31,4 +31,4 @@ std::unique_ptr<Connection> LaunchAndConnectToProcess(
|
| } // namespace test
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_TESTS_UTIL_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_TESTS_UTIL_H_
|
|
|