mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Cleans up a few cases of std::unique_ptr(new T) that could have been using std::make_unique<T>(...).
Cleans up a few cases of std::unique_ptr(new T) that could have been using std::make_unique<T>(...).