Chromium Code Reviews| Index: components/font_service/public/interfaces/BUILD.gn |
| diff --git a/components/font_service/public/interfaces/BUILD.gn b/components/font_service/public/interfaces/BUILD.gn |
| index e60d556129cfb15b614e3437704a3e2c646a6db9..5857112a1b0826abcf047fd8cf26c0cb8724b6fc 100644 |
| --- a/components/font_service/public/interfaces/BUILD.gn |
| +++ b/components/font_service/public/interfaces/BUILD.gn |
| @@ -8,4 +8,6 @@ mojom("interfaces") { |
| sources = [ |
| "font_service.mojom", |
| ] |
| + |
| + use_new_wrapper_types = false |
| } |