| Index: chrome/browser/sync/glue/typed_url_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/typed_url_model_associator.h b/chrome/browser/sync/glue/typed_url_model_associator.h
|
| index 66cfc84cb86ae8de6754c3738caf8df71114cb67..e8b07251703d25c1553a45aaaefce93833d97de2 100644
|
| --- a/chrome/browser/sync/glue/typed_url_model_associator.h
|
| +++ b/chrome/browser/sync/glue/typed_url_model_associator.h
|
| @@ -49,7 +49,7 @@ class TypedUrlModelAssociator : public AssociatorInterface {
|
| typedef std::vector<std::pair<GURL, std::vector<history::VisitInfo> > >
|
| TypedUrlVisitVector;
|
|
|
| - static syncable::ModelType model_type() { return syncable::TYPED_URLS; }
|
| + static syncer::ModelType model_type() { return syncer::TYPED_URLS; }
|
| TypedUrlModelAssociator(ProfileSyncService* sync_service,
|
| history::HistoryBackend* history_backend,
|
| DataTypeErrorHandler* error_handler);
|
|
|