| Index: google_apis/gcm/engine/gcm_store.cc
|
| diff --git a/google_apis/gcm/engine/gcm_store.cc b/google_apis/gcm/engine/gcm_store.cc
|
| index 592b7124aa4c682255c36b48f76c34835507d976..31f29929abc50aa66d9f9520084f65acc79c311f 100644
|
| --- a/google_apis/gcm/engine/gcm_store.cc
|
| +++ b/google_apis/gcm/engine/gcm_store.cc
|
| @@ -23,6 +23,7 @@ void GCMStore::LoadResult::Reset() {
|
| gservices_settings.clear();
|
| gservices_digest.clear();
|
| last_checkin_time = base::Time::FromInternalValue(0LL);
|
| + last_token_fetch_time = base::Time::FromInternalValue(0LL);
|
| last_checkin_accounts.clear();
|
| account_mappings.clear();
|
| success = false;
|
|
|