Remove "using" to avoid namespace conflict
When building using Jumbo namespace aliases with the same name may end up in the same unit, causing a conflict at compilation. This commit removes "using windows" and "using tabs" and instead call the namespace by its full name. This is done to increase the robustness of the code. std::unique_ptr<T>() are removed because of presubmit check errors. Bug: 850484 Change-Id: I91f44728d4b54dd15213bac602176ca8736bb3cd Reviewed-on: https://chromium-review.googlesource.com/1107633Reviewed-by:Ken Rockot <rockot@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#569267}
Showing
Please register or sign in to comment