Index: components/gcm_driver/fake_gcm_driver.cc |
diff --git a/components/gcm_driver/fake_gcm_driver.cc b/components/gcm_driver/fake_gcm_driver.cc |
index 45791f60899ad89731974c0421bbe1314aab45d5..8252425f99a24ff19c52b6790aa9168e92afffda 100644 |
--- a/components/gcm_driver/fake_gcm_driver.cc |
+++ b/components/gcm_driver/fake_gcm_driver.cc |
@@ -69,7 +69,8 @@ void FakeGCMDriver::RegisterImpl(const std::string& app_id, |
const std::vector<std::string>& sender_ids) { |
} |
-void FakeGCMDriver::UnregisterImpl(const std::string& app_id) { |
+void FakeGCMDriver::UnregisterImpl(const std::string& app_id, |
+ const std::vector<std::string>& sender_ids) { |
} |
void FakeGCMDriver::SendImpl(const std::string& app_id, |