summaryrefslogtreecommitdiff
path: root/chromium/components/offline_pages/core/prefetch/store/prefetch_store_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/offline_pages/core/prefetch/store/prefetch_store_test_util.h')
-rw-r--r--chromium/components/offline_pages/core/prefetch/store/prefetch_store_test_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/offline_pages/core/prefetch/store/prefetch_store_test_util.h b/chromium/components/offline_pages/core/prefetch/store/prefetch_store_test_util.h
index 1536662daf6..2fb2ef26161 100644
--- a/chromium/components/offline_pages/core/prefetch/store/prefetch_store_test_util.h
+++ b/chromium/components/offline_pages/core/prefetch/store/prefetch_store_test_util.h
@@ -60,6 +60,7 @@ class PrefetchStoreTestUtil {
// Gets all existing items from the store, inserting them into |all_items|.
// Returns the number of items found.
std::size_t GetAllItems(std::set<PrefetchItem>* all_items);
+ std::set<PrefetchItem> GetAllItems();
// Prints a representation of the prefetch store contents.
std::string ToString();