| Index: services/catalog/manifest_provider.h
|
| diff --git a/mojo/services/catalog/manifest_provider.h b/services/catalog/manifest_provider.h
|
| similarity index 83%
|
| rename from mojo/services/catalog/manifest_provider.h
|
| rename to services/catalog/manifest_provider.h
|
| index f3cf1018cc0aca16d1ac6a8b8d406b19f5b8885b..7a64e49d1b074376c029f7ee90c0b0bc2e8bad71 100644
|
| --- a/mojo/services/catalog/manifest_provider.h
|
| +++ b/services/catalog/manifest_provider.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 MOJO_SERVICES_CATALOG_MANIFEST_PROVIDER_H_
|
| -#define MOJO_SERVICES_CATALOG_MANIFEST_PROVIDER_H_
|
| +#ifndef SERVICES_CATALOG_MANIFEST_PROVIDER_H_
|
| +#define SERVICES_CATALOG_MANIFEST_PROVIDER_H_
|
|
|
| #include <string>
|
|
|
| @@ -26,4 +26,4 @@ class ManifestProvider {
|
|
|
| } // namespace catalog
|
|
|
| -#endif // MOJO_SERVICES_CATALOG_MANIFEST_PROVIDER_H_
|
| +#endif // SERVICES_CATALOG_MANIFEST_PROVIDER_H_
|
|
|