| Index: components/safe_browsing_db/v4_protocol_manager_util.h
|
| diff --git a/components/safe_browsing_db/v4_protocol_manager_util.h b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| index 627a095190a64fe6ef971ad053116e64bc52e87d..2c8872e4d71fb6b91b9c4e94d351fe73ed6618ab 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.h
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| @@ -89,9 +89,9 @@ struct UpdateListIdentifier {
|
| std::ostream& operator<<(std::ostream& os, const UpdateListIdentifier& id);
|
|
|
| PlatformType GetCurrentPlatformType();
|
| +const UpdateListIdentifier GetChromeUrlApiId();
|
| const UpdateListIdentifier GetUrlMalwareId();
|
| const UpdateListIdentifier GetUrlSocEngId();
|
| -const UpdateListIdentifier GetChromeUrlApiId();
|
|
|
| // Represents the state of each store.
|
| typedef base::hash_map<UpdateListIdentifier, std::string> StoreStateMap;
|
|
|