Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: components/sync_driver/model_association_manager.h

Issue 133503011: Move files from //chrome/browser/sync to sync_driver component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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__

Powered by Google App Engine
This is Rietveld 408576698