| 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;
|
|
|