| Index: chrome/browser/sync/glue/bridged_sync_notifier.h
|
| diff --git a/chrome/browser/sync/glue/bridged_sync_notifier.h b/chrome/browser/sync/glue/bridged_sync_notifier.h
|
| index 1ce477067c17e0cb2c856a1df0e5004f16ad2b29..b856080ae6c500e7624f023d047d2bbaeb756e5d 100644
|
| --- a/chrome/browser/sync/glue/bridged_sync_notifier.h
|
| +++ b/chrome/browser/sync/glue/bridged_sync_notifier.h
|
| @@ -39,9 +39,9 @@ class BridgedSyncNotifier : public syncer::SyncNotifier {
|
| virtual void UpdateCredentials(
|
| const std::string& email, const std::string& token) OVERRIDE;
|
| virtual void UpdateEnabledTypes(
|
| - syncable::ModelTypeSet enabled_types) OVERRIDE;
|
| + syncer::ModelTypeSet enabled_types) OVERRIDE;
|
| virtual void SendNotification(
|
| - syncable::ModelTypeSet changed_types) OVERRIDE;
|
| + syncer::ModelTypeSet changed_types) OVERRIDE;
|
|
|
| private:
|
| // The notification bridge that we register the observers with.
|
|
|