| Index: components/safe_browsing_db/v4_get_hash_protocol_manager.cc
|
| diff --git a/components/safe_browsing_db/v4_get_hash_protocol_manager.cc b/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
|
| index fe0c4e75ddd5aaf5d4692c6fa94f5b4b4ef0fdf8..dcd03e789e7673c6f9db76068325419b467cec2a 100644
|
| --- a/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
|
| +++ b/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
|
| @@ -240,9 +240,9 @@ V4GetHashProtocolManager::V4GetHashProtocolManager(
|
| clock_(new base::DefaultClock()) {
|
| DCHECK(!stores_to_request.empty());
|
| for (const ListIdentifier& store : stores_to_request) {
|
| - platform_types_.insert(store.platform_type);
|
| - threat_entry_types_.insert(store.threat_entry_type);
|
| - threat_types_.insert(store.threat_type);
|
| + platform_types_.insert(store.platform_type());
|
| + threat_entry_types_.insert(store.threat_entry_type());
|
| + threat_types_.insert(store.threat_type());
|
| }
|
| }
|
|
|
|
|