mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Currently, these places are picking it up via some include chain involving interface_impl.h, which is bad since I'm going to delete that file (since InterfaceImpl<> is deprecated and no longer used) -- I'll do this separately. R=rudominer@chromium.org Review URL: https://codereview.chromium.org/1214633009 .