| 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 b2acc19750007db96aa0b624601433c1417858fb..32204579de5eadb8994d9bc648c35486d38d7f58 100644
|
| --- a/google_apis/gcm/tools/mcs_probe.cc
|
| +++ b/google_apis/gcm/tools/mcs_probe.cc
|
| @@ -426,7 +426,7 @@ void MCSProbe::CheckIn() {
|
| chrome_build_proto);
|
|
|
| checkin_request_.reset(new CheckinRequest(
|
| - GServicesSettings::DefaultCheckinURL(),
|
| + GServicesSettings().GetCheckinURL(),
|
| request_info,
|
| kDefaultBackoffPolicy,
|
| base::Bind(&MCSProbe::OnCheckInCompleted, base::Unretained(this)),
|
|
|