| 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 8a6bf3189b5136a07e46b3355e51675fd75ecd04..592b7124aa4c682255c36b48f76c34835507d976 100644
|
| --- a/google_apis/gcm/engine/gcm_store.cc
|
| +++ b/google_apis/gcm/engine/gcm_store.cc
|
| @@ -24,7 +24,7 @@ void GCMStore::LoadResult::Reset() {
|
| gservices_digest.clear();
|
| last_checkin_time = base::Time::FromInternalValue(0LL);
|
| last_checkin_accounts.clear();
|
| - account_infos.clear();
|
| + account_mappings.clear();
|
| success = false;
|
| }
|
|
|
|
|