| 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 1b29074415b6f074f532ff4447123049ff512f3a..ae453581ffb928aee4c195e5a76cf393284fb56e 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -556,10 +556,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.
|
| @@ -590,6 +586,7 @@ class ProfileSyncServiceInvalidatorTestDelegate {
|
| }
|
|
|
| void CreateInvalidator(
|
| + const std::string& invalidation_client_id,
|
| const std::string& initial_state,
|
| const base::WeakPtr<syncer::InvalidationStateTracker>&
|
| invalidation_state_tracker) {
|
|
|