| 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 1bb0bc14dfc607218f71d1870e7ced6ed6df9a16..9e090fdb49cf76a86870989564e0e259d90092ee 100644
|
| --- a/google_apis/gcm/tools/mcs_probe.cc
|
| +++ b/google_apis/gcm/tools/mcs_probe.cc
|
| @@ -431,8 +431,11 @@ void MCSProbe::CheckIn() {
|
| checkin_proto::ChromeBuildProto::CHANNEL_CANARY);
|
| chrome_build_proto.set_chrome_version(kChromeVersion);
|
|
|
| - CheckinRequest::RequestInfo request_info(
|
| - 0, 0, std::string(), chrome_build_proto);
|
| + CheckinRequest::RequestInfo request_info(0,
|
| + 0,
|
| + std::map<std::string, std::string>(),
|
| + std::string(),
|
| + chrome_build_proto);
|
|
|
| checkin_request_.reset(new CheckinRequest(
|
| GServicesSettings::DefaultCheckinURL(),
|
|
|