Chromium Code Reviews| Index: services/catalog/public/interfaces/BUILD.gn |
| diff --git a/services/catalog/public/interfaces/BUILD.gn b/services/catalog/public/interfaces/BUILD.gn |
| index 77a6aaf1308f91c071606fe80b4f205e6a59fc00..d0ada797a9ecd002d641156ab1aac4d548ce0054 100644 |
| --- a/services/catalog/public/interfaces/BUILD.gn |
| +++ b/services/catalog/public/interfaces/BUILD.gn |
| @@ -8,4 +8,6 @@ mojom("interfaces") { |
| sources = [ |
| "catalog.mojom", |
| ] |
| + |
| + use_new_wrapper_types = false |
| } |