| Index: google_apis/gcm/monitoring/fake_gcm_stats_recorder.h
|
| diff --git a/google_apis/gcm/monitoring/fake_gcm_stats_recorder.h b/google_apis/gcm/monitoring/fake_gcm_stats_recorder.h
|
| index d4503dd6a4a3d21c9d3a8ca4b89ab2e661e28a47..5dcd44838f0363d0bf4e69eb8e2843c744e6e841 100644
|
| --- a/google_apis/gcm/monitoring/fake_gcm_stats_recorder.h
|
| +++ b/google_apis/gcm/monitoring/fake_gcm_stats_recorder.h
|
| @@ -26,13 +26,13 @@ class FakeGCMStatsRecorder : 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(
|
|
|