summaryrefslogtreecommitdiffstats
path: root/components/offline_pages/offline_page_test_store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/offline_pages/offline_page_test_store.cc')
-rw-r--r--components/offline_pages/offline_page_test_store.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/offline_pages/offline_page_test_store.cc b/components/offline_pages/offline_page_test_store.cc
index 8c8ea94..186a0b9 100644
--- a/components/offline_pages/offline_page_test_store.cc
+++ b/components/offline_pages/offline_page_test_store.cc
@@ -46,7 +46,7 @@ void OfflinePageTestStore::AddOrUpdateOfflinePage(
}
void OfflinePageTestStore::RemoveOfflinePages(
- const std::vector<int64>& bookmark_ids,
+ const std::vector<int64_t>& bookmark_ids,
const UpdateCallback& callback) {
ASSERT_FALSE(bookmark_ids.empty());
bool result = false;
@@ -69,7 +69,7 @@ void OfflinePageTestStore::Reset(const ResetCallback& callback) {
}
void OfflinePageTestStore::UpdateLastAccessTime(
- int64 bookmark_id,
+ int64_t bookmark_id,
const base::Time& last_access_time) {
auto iter = offline_pages_.find(bookmark_id);
if (iter == offline_pages_.end())