| Index: services/catalog/types.h
 | 
| diff --git a/mojo/services/catalog/types.h b/services/catalog/types.h
 | 
| similarity index 77%
 | 
| rename from mojo/services/catalog/types.h
 | 
| rename to services/catalog/types.h
 | 
| index 1be44d5b06543d7f8982df58a485af3787388a80..1c66890f75869c876de82461f8baecff5879a86a 100644
 | 
| --- a/mojo/services/catalog/types.h
 | 
| +++ b/services/catalog/types.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_TYPES_H_
 | 
| -#define MOJO_SERVICES_CATALOG_TYPES_H_
 | 
| +#ifndef SERVICES_CATALOG_TYPES_H_
 | 
| +#define SERVICES_CATALOG_TYPES_H_
 | 
|  
 | 
|  #include <map>
 | 
|  #include <string>
 | 
| @@ -19,4 +19,4 @@ using EntryCache = std::map<std::string, scoped_ptr<Entry>>;
 | 
|  
 | 
|  }  // namespace catalog
 | 
|  
 | 
| -#endif  // MOJO_SERVICES_CATALOG_TYPES_H_
 | 
| +#endif  // SERVICES_CATALOG_TYPES_H_
 | 
| 
 |