Qualify |storage| namespace in some extensions code
There is both ::extensions::api::storage and ::storage so inside extensions::api, unless you explicitly write ::storage it's unclear what namespace is intended. In jumbo builds, some code ended up in a translation unit where both storage namespaces were known, so this patch adds :: to storage to make the code explicit. There is a code style guideline to not use namespace names that are also top level namespace for this reason, but it's not easy to change all extension api namespaces. Bug: 850484 Change-Id: I1c85fbc9dd3dc8be49d41be25f4886ec98c47926 Reviewed-on: https://chromium-review.googlesource.com/1104678 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#568116}
Showing
Please register or sign in to comment