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 268848920d2fda04862fb8eb891e3403ea6d5821..faefebf93fd115b782812ea5323113fc138e028a 100644 |
--- a/google_apis/gcm/base/mcs_util.h |
+++ b/google_apis/gcm/base/mcs_util.h |
@@ -58,6 +58,7 @@ enum MCSIqStanzaExtension { |
GCM_EXPORT scoped_ptr<mcs_proto::LoginRequest> BuildLoginRequest( |
uint64 auth_id, |
uint64 auth_token, |
+ const std::string& version_string, |
const std::vector<int64>& user_serial_numbers); |
// Builds a StreamAck IqStanza message. |