| Index: sync/notifier/fake_invalidator.h
|
| diff --git a/sync/notifier/fake_invalidator.h b/sync/notifier/fake_invalidator.h
|
| index fa566dc662035ad529fa67919f92ce7d0b7164d6..63cf48bc7f4c0475fe0c7b0480b990cebb612649 100644
|
| --- a/sync/notifier/fake_invalidator.h
|
| +++ b/sync/notifier/fake_invalidator.h
|
| @@ -36,7 +36,6 @@ class FakeInvalidator : public Invalidator {
|
| const ObjectIdSet& ids) OVERRIDE;
|
| virtual void UnregisterHandler(InvalidationHandler* handler) OVERRIDE;
|
| virtual InvalidatorState GetInvalidatorState() const OVERRIDE;
|
| - virtual void SetUniqueId(const std::string& unique_id) OVERRIDE;
|
| virtual void UpdateCredentials(
|
| const std::string& email, const std::string& token) OVERRIDE;
|
| virtual void SendInvalidation(
|
| @@ -44,7 +43,6 @@ class FakeInvalidator : public Invalidator {
|
|
|
| private:
|
| InvalidatorRegistrar registrar_;
|
| - std::string unique_id_;
|
| std::string state_;
|
| std::string email_;
|
| std::string token_;
|
|
|