commit | ef3188b9bcfb2fe71b77e52460bd9b72065cc52d | [log] [tgz] |
---|---|---|
author | Jose Dapena Paz <jdapena@igalia.com> | Tue Nov 17 11:35:35 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 17 11:35:35 2020 |
tree | a5e992c474414b838293b9f0a93dbb4b2d41d7a7 | |
parent | 54a6287db32152a7d5728122899ce04aa02e2526 [diff] |
IWYU: missing <memory> include for using unique_ptr in xlib_support.h Fix build error with libstdc++: In file included from ../../ui/gfx/x/xlib_support.cc:5: ../../ui/gfx/x/xlib_support.h:41:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type 41 | std::unique_ptr<XlibLoader> xlib_loader_; | ^~~~~~~~~~ Bug: 957519 Change-Id: Ibd752625f76d24749d8958c5e4d9082ecf24630a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2534874 Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#828155}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.