| Index: components/sync_driver/model_association_manager.h
|
| diff --git a/chrome/browser/sync/glue/model_association_manager.h b/components/sync_driver/model_association_manager.h
|
| similarity index 96%
|
| rename from chrome/browser/sync/glue/model_association_manager.h
|
| rename to components/sync_driver/model_association_manager.h
|
| index 4f736ecde59a54120f5c33daa59b913cb015bd8b..7d453303a433e80937f66ff797ff1f115b44a583 100644
|
| --- a/chrome/browser/sync/glue/model_association_manager.h
|
| +++ b/components/sync_driver/model_association_manager.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 CHROME_BROWSER_SYNC_GLUE_MODEL_ASSOCIATION_MANAGER_H__
|
| -#define CHROME_BROWSER_SYNC_GLUE_MODEL_ASSOCIATION_MANAGER_H__
|
| +#ifndef COMPONENTS_SYNC_DRIVER_MODEL_ASSOCIATION_MANAGER_H__
|
| +#define COMPONENTS_SYNC_DRIVER_MODEL_ASSOCIATION_MANAGER_H__
|
|
|
| #include <map>
|
|
|
| @@ -155,4 +155,4 @@ class ModelAssociationManager {
|
| DISALLOW_COPY_AND_ASSIGN(ModelAssociationManager);
|
| };
|
| } // namespace browser_sync
|
| -#endif // CHROME_BROWSER_SYNC_GLUE_MODEL_ASSOCIATION_MANAGER_H__
|
| +#endif // COMPONENTS_SYNC_DRIVER_MODEL_ASSOCIATION_MANAGER_H__
|
|
|