commit | 0dc209ee8e52bf4758ca8ee78a39a352a9685594 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Dec 07 11:36:19 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Dec 07 11:36:19 2017 |
tree | b526f7bf82a3381baea58d94a1c2242a383a855e | |
parent | 065cd806af680a383ec1794f08e27702c1816980 [diff] |
Be explicit about the testing namespace because there are two There is both a ::testing and ::blink::testing namespace and if you refer to just "testing" inside the ::blink namespace you can get either one depending on what the compiler knows. This broke jumbo builds where the compiler knew about ::blink::testing and thought "testing" meant ::blink::testing instead of ::testing. The fix is to use the :: prefix. Change-Id: I15b2502a5b15ef585816faae843a97b3d2d73c93 Reviewed-on: https://chromium-review.googlesource.com/813775 Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#522401}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .