| Index: chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.cc b/chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.cc
|
| index b88efe7eb57f0dcb18fcbb9c3c6ab42c60a94838..37678e3ac74eedb8980e84fc309209fdc3e2e4cf 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.cc
|
| @@ -45,7 +45,7 @@ void SafeBrowsingStoreTestEmpty(SafeBrowsingStore* store) {
|
|
|
| std::vector<SBAddFullHash> pending_adds;
|
| std::set<SBPrefix> prefix_misses;
|
| - std::vector<SBAddPrefix> add_prefixes_result;
|
| + SBAddPrefixContainer add_prefixes_result;
|
| std::vector<SBAddFullHash> add_full_hashes_result;
|
|
|
| EXPECT_TRUE(store->FinishUpdate(pending_adds,
|
| @@ -90,7 +90,7 @@ void SafeBrowsingStoreTestStorePrefix(SafeBrowsingStore* store) {
|
|
|
| std::vector<SBAddFullHash> pending_adds;
|
| std::set<SBPrefix> prefix_misses;
|
| - std::vector<SBAddPrefix> add_prefixes_result;
|
| + SBAddPrefixContainer add_prefixes_result;
|
| std::vector<SBAddFullHash> add_full_hashes_result;
|
|
|
| EXPECT_TRUE(store->FinishUpdate(pending_adds,
|
| @@ -163,7 +163,7 @@ void SafeBrowsingStoreTestSubKnockout(SafeBrowsingStore* store) {
|
|
|
| std::vector<SBAddFullHash> pending_adds;
|
| std::set<SBPrefix> prefix_misses;
|
| - std::vector<SBAddPrefix> add_prefixes_result;
|
| + SBAddPrefixContainer add_prefixes_result;
|
| std::vector<SBAddFullHash> add_full_hashes_result;
|
|
|
| EXPECT_TRUE(store->FinishUpdate(pending_adds,
|
| @@ -267,7 +267,7 @@ void SafeBrowsingStoreTestDeleteChunks(SafeBrowsingStore* store) {
|
|
|
| std::vector<SBAddFullHash> pending_adds;
|
| std::set<SBPrefix> prefix_misses;
|
| - std::vector<SBAddPrefix> add_prefixes_result;
|
| + SBAddPrefixContainer add_prefixes_result;
|
| std::vector<SBAddFullHash> add_full_hashes_result;
|
|
|
| EXPECT_TRUE(store->FinishUpdate(pending_adds,
|
| @@ -337,7 +337,7 @@ void SafeBrowsingStoreTestDelete(SafeBrowsingStore* store,
|
|
|
| std::vector<SBAddFullHash> pending_adds;
|
| std::set<SBPrefix> prefix_misses;
|
| - std::vector<SBAddPrefix> add_prefixes_result;
|
| + SBAddPrefixContainer add_prefixes_result;
|
| std::vector<SBAddFullHash> add_full_hashes_result;
|
|
|
| EXPECT_TRUE(store->FinishUpdate(pending_adds,
|
|
|