| Index: services/catalog/catalog.h
 | 
| diff --git a/mojo/services/catalog/catalog.h b/services/catalog/catalog.h
 | 
| similarity index 90%
 | 
| rename from mojo/services/catalog/catalog.h
 | 
| rename to services/catalog/catalog.h
 | 
| index 640ba1a1e54b993496e618368e1795ce051e6e19..48cda4c6218409fa29996785f8f988686f33d27f 100644
 | 
| --- a/mojo/services/catalog/catalog.h
 | 
| +++ b/services/catalog/catalog.h
 | 
| @@ -2,19 +2,19 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef MOJO_SERVICES_CATALOG_CATALOG_H_
 | 
| -#define MOJO_SERVICES_CATALOG_CATALOG_H_
 | 
| +#ifndef SERVICES_CATALOG_CATALOG_H_
 | 
| +#define SERVICES_CATALOG_CATALOG_H_
 | 
|  
 | 
|  #include "base/files/file_path.h"
 | 
|  #include "base/memory/weak_ptr.h"
 | 
|  #include "base/path_service.h"
 | 
|  #include "base/values.h"
 | 
|  #include "mojo/public/cpp/bindings/binding_set.h"
 | 
| -#include "mojo/services/catalog/entry.h"
 | 
| -#include "mojo/services/catalog/public/interfaces/catalog.mojom.h"
 | 
| -#include "mojo/services/catalog/public/interfaces/resolver.mojom.h"
 | 
| -#include "mojo/services/catalog/store.h"
 | 
| -#include "mojo/services/catalog/types.h"
 | 
| +#include "services/catalog/entry.h"
 | 
| +#include "services/catalog/public/interfaces/catalog.mojom.h"
 | 
| +#include "services/catalog/public/interfaces/resolver.mojom.h"
 | 
| +#include "services/catalog/store.h"
 | 
| +#include "services/catalog/types.h"
 | 
|  #include "services/shell/public/cpp/interface_factory.h"
 | 
|  #include "services/shell/public/interfaces/shell_resolver.mojom.h"
 | 
|  
 | 
| @@ -112,4 +112,4 @@ class Catalog : public mojom::Resolver,
 | 
|  
 | 
|  }  // namespace catalog
 | 
|  
 | 
| -#endif  // MOJO_SERVICES_CATALOG_CATALOG_H_
 | 
| +#endif  // SERVICES_CATALOG_CATALOG_H_
 | 
| 
 |