| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index ae0e7b906ae3c156e6b3bf64d0fe80e2ab99f6f2..e5c4e277416fd138fca37d2a304da3fc1cf95e4f 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -383,7 +383,7 @@ message ClientIncidentReport {
|
| optional string variations_seed_signature = 1;
|
| }
|
| message ScriptRequestIncident {
|
| - optional string script_digest = 1;
|
| + optional bytes script_digest = 1;
|
| optional string inclusion_origin = 2;
|
| }
|
| optional int64 incident_time_msec = 1;
|
|
|