| Index: chrome/browser/sync/glue/shared_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor.h b/chrome/browser/sync/glue/shared_change_processor.h
|
| index 5b2fae5087586688794bd75f29ef3cc4438881e1..cb90af62be173c651e6c729b91f09a823c44528f 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor.h
|
| +++ b/chrome/browser/sync/glue/shared_change_processor.h
|
| @@ -64,7 +64,7 @@ class SharedChangeProcessor
|
| ProfileSyncComponentsFactory* sync_factory,
|
| ProfileSyncService* sync_service,
|
| DataTypeErrorHandler* error_handler,
|
| - syncable::ModelType type);
|
| + syncer::ModelType type);
|
|
|
| // Disconnects from the generic change processor. May be called from any
|
| // thread. After this, all attempts to interact with the change processor by
|
| @@ -109,7 +109,7 @@ class SharedChangeProcessor
|
| bool disconnected_;
|
|
|
| // The sync datatype we were last connected to.
|
| - syncable::ModelType type_;
|
| + syncer::ModelType type_;
|
|
|
| // The ProfileSyncService we're currently connected to.
|
| ProfileSyncService* sync_service_;
|
|
|