Index: google_apis/gcm/gcm_client_impl.h |
diff --git a/google_apis/gcm/gcm_client_impl.h b/google_apis/gcm/gcm_client_impl.h |
index c4e6068499477a7609204a399671ce02048740e7..05d10232206d096dafa90db4f2a785c80cc19fb1 100644 |
--- a/google_apis/gcm/gcm_client_impl.h |
+++ b/google_apis/gcm/gcm_client_impl.h |
@@ -63,7 +63,8 @@ class GCM_EXPORT GCMInternalsBuilder { |
const std::vector<GURL>& endpoints, |
const net::BackoffEntry::Policy& backoff_policy, |
scoped_refptr<net::HttpNetworkSession> network_session, |
- net::NetLog* net_log); |
+ net::NetLog* net_log, |
+ GCMStatsRecorder* recorder); |
}; |
// Implements the GCM Client. It is used to coordinate MCS Client (communication |