Chrome Version: M71
The zip archiver code is part of the chromium code base and built using GN (using //base), and should therefore be updated to follow chromium style. This includes:
- Following Chromium c++ style
- //base libraries for primitives such as threading
- using std::unique_ptr where possible and proper object ownership and lifecycles
- IWYU
- Unit tests
- etc...
Comment 1 by bugdroid1@chromium.org
, Sep 27