| Index: components/gcm_driver/gcm_client.h
|
| diff --git a/components/gcm_driver/gcm_client.h b/components/gcm_driver/gcm_client.h
|
| index 825c9fd2982ab3553ead6f30ea9a15c798e12cb3..abf2fd5e9bfb8029cab850a37460043ab8d514c7 100644
|
| --- a/components/gcm_driver/gcm_client.h
|
| +++ b/components/gcm_driver/gcm_client.h
|
| @@ -99,7 +99,7 @@ class GCMClient {
|
| int time_to_live;
|
| MessageData data;
|
|
|
| - static const int kMaximumTTL = 4 * 7 * 24 * 60 * 60; // 4 weeks.
|
| + static const int kMaximumTTL;
|
| };
|
|
|
| // Message being received from the other party.
|
|
|