Index: components/gcm_driver/fake_gcm_driver.h |
diff --git a/components/gcm_driver/fake_gcm_driver.h b/components/gcm_driver/fake_gcm_driver.h |
index 6dae94b983a06cd5afce1671700c2a90e85ae95a..6e99f18827ef70c6a247602ed8a0982e5452a36a 100644 |
--- a/components/gcm_driver/fake_gcm_driver.h |
+++ b/components/gcm_driver/fake_gcm_driver.h |
@@ -22,6 +22,7 @@ class FakeGCMDriver : public GCMDriver { |
GCMAppHandler* handler) OVERRIDE; |
virtual void RemoveAppHandler(const std::string& app_id) OVERRIDE; |
virtual void OnSignedIn() OVERRIDE; |
+ virtual void OnSignedOut() OVERRIDE; |
virtual void Purge() OVERRIDE; |
virtual void AddConnectionObserver(GCMConnectionObserver* observer) OVERRIDE; |
virtual void RemoveConnectionObserver( |