| Index: components/offline_pages/offline_page_test_store.h
|
| diff --git a/components/offline_pages/offline_page_test_store.h b/components/offline_pages/offline_page_test_store.h
|
| index d711a5880ff11345f4c6edb4a44ea2ecc8f561a0..e6e61bb858df4ff143c9fc088cf25259678bb4b4 100644
|
| --- a/components/offline_pages/offline_page_test_store.h
|
| +++ b/components/offline_pages/offline_page_test_store.h
|
| @@ -39,11 +39,11 @@ class OfflinePageTestStore : public OfflinePageMetadataStore {
|
| void Load(const LoadCallback& callback) override;
|
| void AddOrUpdateOfflinePage(const OfflinePageItem& offline_page,
|
| const UpdateCallback& callback) override;
|
| - void RemoveOfflinePages(const std::vector<int64_t>& bookmark_ids,
|
| + void RemoveOfflinePages(const std::vector<int64_t>& offline_ids,
|
| const UpdateCallback& callback) override;
|
| void Reset(const ResetCallback& callback) override;
|
|
|
| - void UpdateLastAccessTime(int64_t bookmark_id,
|
| + void UpdateLastAccessTime(int64_t offline_id,
|
| const base::Time& last_access_time);
|
|
|
| // Returns all pages, regardless their states.
|
|
|