summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/tools/mcs_probe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/gcm/tools/mcs_probe.cc')
-rw-r--r--google_apis/gcm/tools/mcs_probe.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc
index 1bb0bc1..9e090fd 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(),