summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/bridged_sync_notifier.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/bridged_sync_notifier.cc')
-rw-r--r--chrome/browser/sync/glue/bridged_sync_notifier.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/bridged_sync_notifier.cc b/chrome/browser/sync/glue/bridged_sync_notifier.cc
index 61a7c900..a9de057 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);
}