| Index: google_apis/gcm/engine/gcm_store_impl.h
|
| diff --git a/google_apis/gcm/engine/gcm_store_impl.h b/google_apis/gcm/engine/gcm_store_impl.h
|
| index f49509a3e17d650fe5f842ae880f380a73d31782..d7b817de2e02711082cc3e5cbee3353eb7389b32 100644
|
| --- a/google_apis/gcm/engine/gcm_store_impl.h
|
| +++ b/google_apis/gcm/engine/gcm_store_impl.h
|
| @@ -77,7 +77,8 @@ class GCM_EXPORT GCMStoreImpl : public GCMStore {
|
| const UpdateCallback& callback) OVERRIDE;
|
|
|
| // Sets last device's checkin time.
|
| - virtual void SetLastCheckinTime(const base::Time& last_checkin_time,
|
| + virtual void SetLastCheckinInfo(const base::Time& last_checkin_time,
|
| + uint64 accounts_count,
|
| const UpdateCallback& callback) OVERRIDE;
|
|
|
| // G-service settings handling.
|
|
|