| Index: components/safe_browsing_db/v4_store.h
|
| diff --git a/components/safe_browsing_db/v4_store.h b/components/safe_browsing_db/v4_store.h
|
| index ac990b3ddcab44b4dc8753a6babb3a2c984085f7..0deb76a268ca33f066ac95c3655579db7d7c3313 100644
|
| --- a/components/safe_browsing_db/v4_store.h
|
| +++ b/components/safe_browsing_db/v4_store.h
|
| @@ -267,6 +267,7 @@ class V4Store {
|
| TestHashPrefixExistsInMapWithDifferentSizes);
|
| FRIEND_TEST_ALL_PREFIXES(V4StoreTest,
|
| TestHashPrefixDoesNotExistInMapWithDifferentSizes);
|
| + FRIEND_TEST_ALL_PREFIXES(V4StoreTest, GetMatchingHashPrefixSize32Or21);
|
| FRIEND_TEST_ALL_PREFIXES(V4StoreTest,
|
| TestAdditionsWithRiceEncodingFailsWithInvalidInput);
|
| FRIEND_TEST_ALL_PREFIXES(V4StoreTest, TestAdditionsWithRiceEncodingSucceeds);
|
|
|