| Index: services/service_manager/background/tests/test_catalog_store.h
|
| diff --git a/services/shell/background/tests/test_catalog_store.h b/services/service_manager/background/tests/test_catalog_store.h
|
| similarity index 83%
|
| rename from services/shell/background/tests/test_catalog_store.h
|
| rename to services/service_manager/background/tests/test_catalog_store.h
|
| index 612075f632bab8a39b309df4705349a8c1c42179..7b43555a918c1a69a8d41d7f410c49f3dabdc099 100644
|
| --- a/services/shell/background/tests/test_catalog_store.h
|
| +++ b/services/service_manager/background/tests/test_catalog_store.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_BACKGROUND_TESTS_TEST_CATALOG_STORE_H_
|
| -#define SERVICES_SHELL_BACKGROUND_TESTS_TEST_CATALOG_STORE_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_BACKGROUND_TESTS_TEST_CATALOG_STORE_H_
|
| +#define SERVICES_SERVICE_MANAGER_BACKGROUND_TESTS_TEST_CATALOG_STORE_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -41,4 +41,4 @@ std::unique_ptr<base::DictionaryValue> BuildPermissiveSerializedAppInfo(
|
|
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_BACKGROUND_TESTS_TEST_CATALOG_STORE_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_BACKGROUND_TESTS_TEST_CATALOG_STORE_H_
|
|
|