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

Unified Diff: chrome/browser/sync/glue/theme_model_associator.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 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: chrome/browser/sync/glue/theme_model_associator.h
diff --git a/chrome/browser/sync/glue/theme_model_associator.h b/chrome/browser/sync/glue/theme_model_associator.h
index 49868f420b5e6a2bd9a713ccd75f0baf831a0ba6..0bb14bcd25f87a427a0599feffd821080d24d752 100644
--- a/chrome/browser/sync/glue/theme_model_associator.h
+++ b/chrome/browser/sync/glue/theme_model_associator.h
@@ -25,7 +25,7 @@ class ThemeModelAssociator : public AssociatorInterface {
virtual ~ThemeModelAssociator();
// Used by profile_sync_test_util.h.
- static syncable::ModelType model_type() { return syncable::THEMES; }
+ static syncer::ModelType model_type() { return syncer::THEMES; }
// AssociatorInterface implementation.
virtual syncer::SyncError AssociateModels() OVERRIDE;
« no previous file with comments | « chrome/browser/sync/glue/theme_data_type_controller_unittest.cc ('k') | chrome/browser/sync/glue/theme_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698