Gave two kBubbleReshowsHistogramName unique names
In jumbo builds many cc files are compiled together in the same translation unit. When that happens, those files will share the same anonymous namespace so if they use symbols of the same name they will clash. That happened with two kBubbleReshowsHistogramName constants in chrome/browser/ui/exclusive_access and this patch gives those two more unique names. Bug: 803406 Change-Id: I2b8e3a060c7b7853a3a001317e80d32b7d6e56d4 Reviewed-on: https://chromium-review.googlesource.com/980879 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#546239}
Showing
Please register or sign in to comment