Index: google_apis/gcm/gcm_client.cc |
diff --git a/google_apis/gcm/gcm_client.cc b/google_apis/gcm/gcm_client.cc |
index 75884d6f2aeeb578b84f5498b2390fd6b2c81b67..dd2a31688d3b88cf9bcdc95cf9cb83376ed5fdb7 100644 |
--- a/google_apis/gcm/gcm_client.cc |
+++ b/google_apis/gcm/gcm_client.cc |
@@ -7,7 +7,7 @@ |
namespace gcm { |
GCMClient::OutgoingMessage::OutgoingMessage() |
- : time_to_live(0) { |
+ : time_to_live(kMaximumTTL) { |
} |
GCMClient::OutgoingMessage::~OutgoingMessage() { |