Index: google_apis/gcm/gcm_client.h |
diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h |
index 15f67cf21665f061bc03a903440ae68ac5666c12..03ce1f15976e065c1f6946e7b2c387e2f0519b99 100644 |
--- a/google_apis/gcm/gcm_client.h |
+++ b/google_apis/gcm/gcm_client.h |
@@ -77,6 +77,7 @@ class GCM_EXPORT GCMClient { |
MessageData data; |
std::string collapse_key; |
+ std::string sender_id; |
}; |
// A delegate interface that allows the GCMClient instance to interact with |