blink/platform: Be explicit about namespace testing to not mix it with blink::testing
There are two namespaces named testing used in Blink unit tests, one from gtest and one internal helper namespace. If both are visible then the gtest testing namespace won't be used unless prepended with ::, as is already done in large parts of the code. BUG=739121 R=haraken@opera.com Change-Id: I48f6a3145886253576a53d1ad9c08307ceca0d52 Reviewed-on: https://chromium-review.googlesource.com/567143Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#486839}
Showing
Please register or sign in to comment