Index: google_apis/gcm/gcm_client.h |
diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h |
index 5996c064c3eba9eb3bbbfc73bbf3736d0549a893..28c9ef2b453d5c837285bbaca997b379ed9c0e38 100644 |
--- a/google_apis/gcm/gcm_client.h |
+++ b/google_apis/gcm/gcm_client.h |
@@ -105,7 +105,7 @@ class GCM_EXPORT GCMClient { |
int send_queue_size; |
int resend_queue_size; |
- std::vector<GCMStatsRecorder::SendingActivity> sending_activities; |
+ GCMStatsRecorder::RecordedActivities recorded_activities; |
}; |
// A delegate interface that allows the GCMClient instance to interact with |