| Index: chrome/browser/sync/glue/bridged_invalidator.h
|
| diff --git a/chrome/browser/sync/glue/bridged_invalidator.h b/chrome/browser/sync/glue/bridged_invalidator.h
|
| index 73b1c0c85137d122f921ed06c57752d83916ac62..018e876b96d38407b46994d393a7d13a270b4036 100644
|
| --- a/chrome/browser/sync/glue/bridged_invalidator.h
|
| +++ b/chrome/browser/sync/glue/bridged_invalidator.h
|
| @@ -39,7 +39,7 @@ class BridgedInvalidator : public syncer::Invalidator {
|
| virtual void UpdateCredentials(
|
| const std::string& email, const std::string& token) OVERRIDE;
|
| virtual void SendNotification(
|
| - syncer::ModelTypeSet changed_types) OVERRIDE;
|
| + const syncer::ObjectIdStateMap& id_state_map) OVERRIDE;
|
|
|
| private:
|
| // The notification bridge that we register the observers with.
|
|
|