Inside blink there is an ongoing conflict for the code whether
"testing" means ::testing (from gtest) or ::blink::testing. So
far it has been resolved mostly by adding a "::" prefix whenever
::testing was intended, but that is a bit annoying and coding should
not be annoying.
I suggest renaming ::blink::testing to ::blink::test_helpers which
resolves the conflict once and for all and also adheres to the
coding standard that says no sub-namespace may have the same
name as a common top level namespace.
I will upload a CL which is.
112 files changed, 492 insertions(+), 476 deletions(-)
Comment 1 by bugdroid1@chromium.org
, Mar 28 2018