commit | e022e70f6ffa552be9ec72b84245ed58800f162c | [log] [tgz] |
---|---|---|
author | Jose Dapena Paz <jdapena@igalia.com> | Thu Oct 29 18:45:27 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 29 18:45:27 2020 |
tree | 70209b8e180cf214121873bed7402df6314769be | |
parent | ba4e63fcfc5be5a0a8f0f0caf2e20f8b3067380c [diff] |
GCC: do not use global qualification in struct declaration name, in interned_args_helper. Fix build error in GCC: ../../base/trace_event/interned_args_helper.h:47:60: error: global qualification of class name is invalid before ‘{’ token 47 | struct ::std::hash<base::trace_event::TraceSourceLocation> { Bug: 819294 Change-Id: I725122eca84d020f6e6530600782f5cd54195843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486258 Reviewed-by: Eric Seckler <eseckler@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#822285}
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.