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 9b57af2ee21f158106e8393fa2b98542f668c5ad..3eb4f81875025553a80ea6083ce3332e6c3af189 100644 |
--- a/components/gcm_driver/fake_gcm_driver.h |
+++ b/components/gcm_driver/fake_gcm_driver.h |
@@ -48,7 +48,8 @@ class FakeGCMDriver : public GCMDriver { |
GCMClient::StartMode start_mode) override; |
void RegisterImpl(const std::string& app_id, |
const std::vector<std::string>& sender_ids) override; |
- void UnregisterImpl(const std::string& app_id) override; |
+ void UnregisterImpl(const std::string& app_id, |
+ const std::vector<std::string>& sender_ids) override; |
void SendImpl(const std::string& app_id, |
const std::string& receiver_id, |
const GCMClient::OutgoingMessage& message) override; |