| Index: components/autofill/content/public/interfaces/BUILD.gn
|
| diff --git a/components/autofill/content/public/interfaces/BUILD.gn b/components/autofill/content/public/interfaces/BUILD.gn
|
| index 3a77091da0d76a13a7f803820defaba59409a173..a3b64bea57258e49476daf08be2a96742a660fda 100644
|
| --- a/components/autofill/content/public/interfaces/BUILD.gn
|
| +++ b/components/autofill/content/public/interfaces/BUILD.gn
|
| @@ -21,7 +21,9 @@ mojom("types") {
|
| ]
|
|
|
| public_deps = [
|
| + "//mojo/common:common_custom_types",
|
| "//url/mojo:url_mojom_gurl",
|
| + "//url/mojo:url_mojom_origin",
|
| ]
|
| }
|
|
|
|
|