| Index: google_apis/gcm/base/mcs_util.h
|
| diff --git a/google_apis/gcm/base/mcs_util.h b/google_apis/gcm/base/mcs_util.h
|
| index b0530070a7f867bc59050202ec76faff6ac5b067..95d97f29489e5ef32243796ec6c121d24546189e 100644
|
| --- a/google_apis/gcm/base/mcs_util.h
|
| +++ b/google_apis/gcm/base/mcs_util.h
|
| @@ -57,7 +57,8 @@ enum MCSIqStanzaExtension {
|
| // Builds a LoginRequest with the hardcoded local data.
|
| GCM_EXPORT scoped_ptr<mcs_proto::LoginRequest> BuildLoginRequest(
|
| uint64 auth_id,
|
| - uint64 auth_token);
|
| + uint64 auth_token,
|
| + const std::string& version_string);
|
|
|
| // Builds a StreamAck IqStanza message.
|
| GCM_EXPORT scoped_ptr<mcs_proto::IqStanza> BuildStreamAck();
|
|
|