| 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 0d552675498ea4733a4f6faf1df243518bb29bd4..9c051fb49ef2db974f2931841f5a7fd2b3e402ed 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.h
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| @@ -40,7 +40,7 @@ struct V4ProtocolConfig {
|
| // interested in maintaining and downloading from the SafeBrowsing servers.
|
| // For example, for digests of Malware binaries on Windows:
|
| // platform_type = WINDOWS,
|
| -// threat_entry_type = BINARY_DIGEST,
|
| +// threat_entry_type = EXECUTABLE,
|
| // threat_type = MALWARE
|
| struct UpdateListIdentifier {
|
| PlatformType platform_type;
|
|
|