Index: components/memory_coordinator/public/interfaces/BUILD.gn |
diff --git a/components/memory_coordinator/public/interfaces/BUILD.gn b/components/memory_coordinator/public/interfaces/BUILD.gn |
index 770bc2902145d2f251e911dfbd98a7cf81911d52..ffddb3d3c4e29b5a5f770482baf0dda5a5a30eb0 100644 |
--- a/components/memory_coordinator/public/interfaces/BUILD.gn |
+++ b/components/memory_coordinator/public/interfaces/BUILD.gn |
@@ -8,4 +8,6 @@ mojom("interfaces") { |
sources = [ |
"child_memory_coordinator.mojom", |
] |
+ |
+ use_new_wrapper_types = false |
} |