| Index: components/safe_browsing_db/safebrowsing.proto
|
| diff --git a/components/safe_browsing_db/safebrowsing.proto b/components/safe_browsing_db/safebrowsing.proto
|
| index 6fe0f53c8abf3202937b2d4787328f0d8a2f9866..ceed7de0b643dec6c7a7a1e1a025482256ff51dc 100644
|
| --- a/components/safe_browsing_db/safebrowsing.proto
|
| +++ b/components/safe_browsing_db/safebrowsing.proto
|
| @@ -347,7 +347,7 @@ enum ThreatEntryType {
|
| THREAT_ENTRY_TYPE_UNSPECIFIED = 0;
|
|
|
| // A host-suffix/path-prefix URL expression; for example, "foo.bar.com/baz/".
|
| - URL_EXPRESSION = 1;
|
| + URL = 1;
|
|
|
| // The digest of a binary.
|
| BINARY_DIGEST = 2;
|
|
|