Compile fix jumbo builds, be specific about which testing to use
There are two namespaces named testing, there is ::testing and there is ::blink::testing. Inside blink code you have to write ::testing to be sure to get the root ::testing namespace. Depending on how ignorant the compiler is, it might work anyway, but in jumbo builds the compiler often knows about the blink::testing namespace. TBR=leon.han@intel.com Change-Id: I7617e074dba5cabb813c3a823757e0ba0ce15008 Reviewed-on: https://chromium-review.googlesource.com/832607Reviewed-by:Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#524711}
Showing
Please register or sign in to comment