| Index: google_apis/gcm/tools/mcs_probe.cc
|
| diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc
|
| index 732585f9609cdafda1d9b1683d16753259fc7e05..af757d259768273c5ca02264cdb0a25fa05e0386 100644
|
| --- a/google_apis/gcm/tools/mcs_probe.cc
|
| +++ b/google_apis/gcm/tools/mcs_probe.cc
|
| @@ -301,7 +301,8 @@ void MCSProbe::Start() {
|
| new ConnectionFactoryImpl(endpoints,
|
| kDefaultBackoffPolicy,
|
| network_session_,
|
| - &net_log_));
|
| + &net_log_,
|
| + &recorder_));
|
| gcm_store_.reset(
|
| new GCMStoreImpl(gcm_store_path_,
|
| file_thread_.message_loop_proxy()));
|
|
|