Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / google_apis / gcm / base / mcs_util.h
index a983e15..95d97f2 100644 (file)
@@ -8,6 +8,7 @@
 #define GOOGLE_APIS_GCM_BASE_MCS_UTIL_H_
 
 #include <string>
+#include <vector>
 
 #include "base/basictypes.h"
 #include "base/memory/ref_counted.h"
@@ -56,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();