Index: google_apis/gcm/engine/checkin_request.h |
diff --git a/google_apis/gcm/engine/checkin_request.h b/google_apis/gcm/engine/checkin_request.h |
index 9253aacf4fbf69e7c519eefca95bd1c1c98d494e..ae4a7d438976bd255d523d88dfd0aaf33a8b34b1 100644 |
--- a/google_apis/gcm/engine/checkin_request.h |
+++ b/google_apis/gcm/engine/checkin_request.h |
@@ -6,7 +6,6 @@ |
#define GOOGLE_APIS_GCM_ENGINE_CHECKIN_REQUEST_H_ |
#include <string> |
-#include <vector> |
#include "base/basictypes.h" |
#include "base/callback.h" |
@@ -43,7 +42,6 @@ class GCM_EXPORT CheckinRequest : public net::URLFetcherDelegate { |
RequestInfo(uint64 android_id, |
uint64 security_token, |
const std::string& settings_digest, |
- const std::vector<std::string>& account_ids, |
const checkin_proto::ChromeBuildProto& chrome_build_proto); |
~RequestInfo(); |
@@ -53,8 +51,6 @@ class GCM_EXPORT CheckinRequest : public net::URLFetcherDelegate { |
uint64 security_token; |
// Digest of GServices settings on the device. |
std::string settings_digest; |
- // Account IDs of GAIA accounts related to this device. |
- std::vector<std::string> account_ids; |
// Information of the Chrome build of this device. |
checkin_proto::ChromeBuildProto chrome_build_proto; |
}; |