commit | b7f4ecb9e98e7d0b29715277fc935624de9020a5 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon Oct 29 10:54:55 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 29 10:54:55 2018 |
tree | 5c768089f502cffe8bb73bfcc2ce3a418a9af2ab | |
parent | c89bf1db1e841d6bc9fbf34eb005747d153c1b26 [diff] |
[jumbo] resolve ::switches / ::extensions::switches confusion There is both a top level namespace ::switches and a sub namespace ::extensions::switches so inside extensions, if both namespaces are known to the compiler, you need to clarify which one you want. This is the reason the code style guide prohibits sub namespaces with the same name as common top level namespaces. This is a quick fix to make some jumbo builds happy. I am not sure exactly what commit triggered this, but it can easily happen just by adding an include somewhere. TBR=hubbe@chromium.org Change-Id: I22d742aa1645aa1b37317524e9b1aa18e91d2fd3 Reviewed-on: https://chromium-review.googlesource.com/c/1303362 Reviewed-by: Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#603452}
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 .