| Index: components/safe_browsing/common/crx_info.proto
|
| diff --git a/chrome/common/safe_browsing/crx_info.proto b/components/safe_browsing/common/crx_info.proto
|
| similarity index 94%
|
| rename from chrome/common/safe_browsing/crx_info.proto
|
| rename to components/safe_browsing/common/crx_info.proto
|
| index 78065fcc25a45cdd266a50a7474fb59b62e68546..c049f1a677e5ce9e976f897f45bce6888488b87d 100644
|
| --- a/chrome/common/safe_browsing/crx_info.proto
|
| +++ b/components/safe_browsing/common/crx_info.proto
|
| @@ -27,7 +27,7 @@ message ClientCRXListInfoResponse {
|
| POTENTIALLY_UNWANTED = 4;
|
| }
|
| // Although listed as optional, this is required.
|
| - optional Verdict verdict = 1 [default=NOT_IN_BLACKLIST];
|
| + optional Verdict verdict = 1 [default = NOT_IN_BLACKLIST];
|
|
|
| message UserMessage {
|
| // If present, will be appended to disable reason in the details page. We
|
|
|