Index: google_apis/gcm/gcm_client_impl_unittest.cc |
diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc |
index 7f6a9374df27f82c3c345c707d1a4432c1b26435..e6a24b0880bb217a04b47b0cfaecfdd58524e70c 100644 |
--- a/google_apis/gcm/gcm_client_impl_unittest.cc |
+++ b/google_apis/gcm/gcm_client_impl_unittest.cc |
@@ -131,7 +131,8 @@ class FakeGCMInternalsBuilder : public GCMInternalsBuilder { |
const std::vector<GURL>& endpoints, |
const net::BackoffEntry::Policy& backoff_policy, |
scoped_refptr<net::HttpNetworkSession> network_session, |
- net::NetLog* net_log) OVERRIDE; |
+ net::NetLog* net_log, |
+ GCMStatsRecorder* recorder) OVERRIDE; |
}; |
FakeGCMInternalsBuilder::FakeGCMInternalsBuilder() {} |
@@ -158,7 +159,8 @@ scoped_ptr<ConnectionFactory> FakeGCMInternalsBuilder::BuildConnectionFactory( |
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) { |
return make_scoped_ptr<ConnectionFactory>(new FakeConnectionFactory()); |
} |