| Index: components/sync/engine_impl/model_type_registry.h
 | 
| diff --git a/components/sync/sessions_impl/model_type_registry.h b/components/sync/engine_impl/model_type_registry.h
 | 
| similarity index 97%
 | 
| rename from components/sync/sessions_impl/model_type_registry.h
 | 
| rename to components/sync/engine_impl/model_type_registry.h
 | 
| index fb8d1b27df1ae163f9d71a7d337270621a01d051..af5d2e4c6ffb8dd90a1a016f498cd7619a9ee6a0 100644
 | 
| --- a/components/sync/sessions_impl/model_type_registry.h
 | 
| +++ b/components/sync/engine_impl/model_type_registry.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 COMPONENTS_SYNC_SESSIONS_IMPL_MODEL_TYPE_REGISTRY_H_
 | 
| -#define COMPONENTS_SYNC_SESSIONS_IMPL_MODEL_TYPE_REGISTRY_H_
 | 
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_MODEL_TYPE_REGISTRY_H_
 | 
| +#define COMPONENTS_SYNC_ENGINE_IMPL_MODEL_TYPE_REGISTRY_H_
 | 
|  
 | 
|  #include <map>
 | 
|  #include <memory>
 | 
| @@ -166,4 +166,4 @@ class ModelTypeRegistry : public syncer_v2::ModelTypeConnector,
 | 
|  
 | 
|  }  // namespace syncer
 | 
|  
 | 
| -#endif  // COMPONENTS_SYNC_SESSIONS_IMPL_MODEL_TYPE_REGISTRY_H_
 | 
| +#endif  // COMPONENTS_SYNC_ENGINE_IMPL_MODEL_TYPE_REGISTRY_H_
 | 
| 
 |