| 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..30ce411c033bf2cdffda6c6b0121a2dc75b85922 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& time,
|
| + const std::set<std::string>& accounts,
|
| const UpdateCallback& callback) OVERRIDE;
|
|
|
| // G-service settings handling.
|
|
|