| Index: google_apis/gcm/gcm_client_impl.cc
|
| diff --git a/google_apis/gcm/gcm_client_impl.cc b/google_apis/gcm/gcm_client_impl.cc
|
| index 549569c9c09ec49672718ebdc4691444b6fa8b68..0eca60a0ea2615169bfb1e7e522c7fa658552e3f 100644
|
| --- a/google_apis/gcm/gcm_client_impl.cc
|
| +++ b/google_apis/gcm/gcm_client_impl.cc
|
| @@ -168,7 +168,8 @@ void GCMClientImpl::Initialize(
|
| kDefaultBackoffPolicy,
|
| network_session_,
|
| net_log_.net_log()));
|
| - mcs_client_.reset(new MCSClient(clock_.get(),
|
| + mcs_client_.reset(new MCSClient(chrome_build_proto.chrome_version(),
|
| + clock_.get(),
|
| connection_factory_.get(),
|
| gcm_store_.get()));
|
| }
|
|
|