| Index: components/safe_browsing_db/v4_database_unittest.cc
|
| diff --git a/components/safe_browsing_db/v4_database_unittest.cc b/components/safe_browsing_db/v4_database_unittest.cc
|
| index 2dee2a6628de72c77498d87c39b3009c15f7979e..7d216ad90070ec87c0df936394c045c42b78aa66 100644
|
| --- a/components/safe_browsing_db/v4_database_unittest.cc
|
| +++ b/components/safe_browsing_db/v4_database_unittest.cc
|
| @@ -133,6 +133,7 @@ class V4DatabaseTest : public PlatformTest {
|
| for (const auto& store_state_iter : store_state_map) {
|
| UpdateListIdentifier identifier = store_state_iter.first;
|
| ListUpdateResponse* list_update_response = new ListUpdateResponse;
|
| + list_update_response->set_response_type(ListUpdateResponse::FULL_UPDATE);
|
| list_update_response->set_platform_type(identifier.platform_type);
|
| list_update_response->set_threat_entry_type(identifier.threat_entry_type);
|
| list_update_response->set_threat_type(identifier.threat_type);
|
|
|