| 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 b0160d6665d2e1781e3c22dfa69f6de7e7cb652f..491599c7b11a08fc9633158df048fc2ae0712317 100644
|
| --- a/google_apis/gcm/gcm_client_impl.cc
|
| +++ b/google_apis/gcm/gcm_client_impl.cc
|
| @@ -156,7 +156,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()));
|
| }
|
|
|