| 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 8feebff048d52a51adfd2b9f81cb3a8559eb01f1..af89cff4352f2e0c60c8d86e602e81295e8bfa9a 100644
|
| --- a/google_apis/gcm/engine/gcm_store_impl.h
|
| +++ b/google_apis/gcm/engine/gcm_store_impl.h
|
| @@ -31,7 +31,7 @@ class GCM_EXPORT GCMStoreImpl : public GCMStore {
|
| ~GCMStoreImpl() override;
|
|
|
| // Load the directory and pass the initial state back to caller.
|
| - void Load(const LoadCallback& callback) override;
|
| + void Load(StoreOpenMode open_mode, const LoadCallback& callback) override;
|
|
|
| // Closes the GCM store.
|
| void Close() override;
|
|
|