| Index: chrome/browser/sync/glue/bridged_sync_notifier.cc
|
| diff --git a/chrome/browser/sync/glue/bridged_sync_notifier.cc b/chrome/browser/sync/glue/bridged_sync_notifier.cc
|
| index 61a7c90010988cafa892aa2a60114011328af24e..a9de0577de66a24b7cdadec89b28bd87952e21db 100644
|
| --- a/chrome/browser/sync/glue/bridged_sync_notifier.cc
|
| +++ b/chrome/browser/sync/glue/bridged_sync_notifier.cc
|
| @@ -49,13 +49,13 @@ void BridgedSyncNotifier::UpdateCredentials(
|
| }
|
|
|
| void BridgedSyncNotifier::UpdateEnabledTypes(
|
| - syncable::ModelTypeSet enabled_types) {
|
| + syncer::ModelTypeSet enabled_types) {
|
| if (delegate_.get())
|
| delegate_->UpdateEnabledTypes(enabled_types);
|
| }
|
|
|
| void BridgedSyncNotifier::SendNotification(
|
| - syncable::ModelTypeSet changed_types) {
|
| + syncer::ModelTypeSet changed_types) {
|
| if (delegate_.get())
|
| delegate_->SendNotification(changed_types);
|
| }
|
|
|