Index: components/gcm_driver/gcm_stats_recorder_impl.h |
diff --git a/components/gcm_driver/gcm_stats_recorder_impl.h b/components/gcm_driver/gcm_stats_recorder_impl.h |
index a2836be8b6d7f83ddb2a4be9d3f5e3ba8b2de708..a8d3e3bc9dae841ad7d4917f4ba5fc66644fe760 100644 |
--- a/components/gcm_driver/gcm_stats_recorder_impl.h |
+++ b/components/gcm_driver/gcm_stats_recorder_impl.h |
@@ -55,13 +55,13 @@ class GCMStatsRecorderImpl : public GCMStatsRecorder { |
void RecordConnectionResetSignaled( |
ConnectionFactory::ConnectionResetReason reason) override; |
void RecordRegistrationSent(const std::string& app_id, |
- const std::string& sender_ids) override; |
+ const std::string& senders) override; |
void RecordRegistrationResponse(const std::string& app_id, |
- const std::vector<std::string>& sender_ids, |
+ const std::string& senders, |
RegistrationRequest::Status status) override; |
void RecordRegistrationRetryRequested( |
const std::string& app_id, |
- const std::vector<std::string>& sender_ids, |
+ const std::string& senders, |
int retries_left) override; |
void RecordUnregistrationSent(const std::string& app_id) override; |
void RecordUnregistrationResponse( |