| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| index 8c9d653c756babd62955d63e13328075e074846a..4a6696ac4c18bc42f29b48ae4fbf0e9a313f0e59 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -524,10 +524,6 @@ class ProfileSyncServiceInvalidator : public syncer::Invalidator {
|
| return service_->GetInvalidatorState();
|
| }
|
|
|
| - virtual void SetUniqueId(const std::string& unique_id) OVERRIDE {
|
| - // Do nothing.
|
| - }
|
| -
|
| virtual void UpdateCredentials(
|
| const std::string& email, const std::string& token) OVERRIDE {
|
| // Do nothing.
|
| @@ -558,6 +554,7 @@ class ProfileSyncServiceInvalidatorTestDelegate {
|
| }
|
|
|
| void CreateInvalidator(
|
| + const std::string& invalidation_client_id,
|
| const std::string& initial_state,
|
| const base::WeakPtr<syncer::InvalidationStateTracker>&
|
| invalidation_state_tracker) {
|
|
|