| Index: components/safe_browsing_db/v4_protocol_manager_util.cc
|
| diff --git a/components/safe_browsing_db/v4_protocol_manager_util.cc b/components/safe_browsing_db/v4_protocol_manager_util.cc
|
| index 00937dc7a2d15e2df72529449c67d1d53edddb16..dad0d7917cd8dc91c98a4ae66df5d508b1160e68 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.cc
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.cc
|
| @@ -91,7 +91,7 @@ const ListIdentifier GetCertCsdDownloadWhitelistId() {
|
| return ListIdentifier(GetCurrentPlatformType(), CERT, CSD_DOWNLOAD_WHITELIST);
|
| }
|
|
|
| -const ListIdentifier GetChromeExtensionMalwareId() {
|
| +const ListIdentifier GetChromeExtMalwareId() {
|
| return ListIdentifier(CHROME_PLATFORM, CHROME_EXTENSION, MALWARE_THREAT);
|
| }
|
|
|
|
|