| 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 9278f4b640fbf26649a45047c0ef4ce56acd32c8..ea583e7bb5ddc39e993535b7d2d2596bd6fa6b77 100644
|
| --- a/components/autofill/content/public/interfaces/BUILD.gn
|
| +++ b/components/autofill/content/public/interfaces/BUILD.gn
|
| @@ -15,8 +15,6 @@ mojom("interfaces") {
|
| "//mojo/common:common_custom_types",
|
| "//ui/gfx/geometry/mojo",
|
| ]
|
| -
|
| - use_new_wrapper_types = false
|
| }
|
|
|
| mojom("types") {
|
| @@ -29,8 +27,6 @@ mojom("types") {
|
| "//url/mojo:url_mojom_gurl",
|
| "//url/mojo:url_mojom_origin",
|
| ]
|
| -
|
| - use_new_wrapper_types = false
|
| }
|
|
|
| mojom("test_types") {
|
| @@ -41,6 +37,4 @@ mojom("test_types") {
|
| public_deps = [
|
| ":types",
|
| ]
|
| -
|
| - use_new_wrapper_types = false
|
| }
|
|
|