commit | b00ad78465fc368195720527f20c76386271c194 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed Jan 30 08:57:19 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 30 08:57:19 2019 |
tree | 36bbaefe545744d667eea0432875cb653b1c791a | |
parent | b9478516c7899698185a55ba012c8cf738a6fb93 [diff] |
Drop "using namespace" in base/allocator The code style guide does not allow "using namespace" and they have a tendency to cause problems with jumbo builds. This patch removes a "using namespace" in base. Change-Id: I6b97574d6348e1b8df537708e99d89b97d6fc75e Reviewed-on: https://chromium-review.googlesource.com/c/1443018 Reviewed-by: Primiano Tucci <primiano@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#627356}
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 .