Avoid importing the symbol name "Result"
There are many types in Chromium named Result. When importing that name into the global (or content) namespace with a using statement, you run the risk of clashing with another Result type. That happened in jumbo builds where more code is compiled per translation unit. This patch uses the fully qualified name instead of just Result instead. Bug: 746953 Change-Id: I5ccfb5e6b70712372a764c89b40a2a9340cc33fb Reviewed-on: https://chromium-review.googlesource.com/822335 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#523722}
Showing
Please register or sign in to comment