• Daniel Bratell's avatar
    Gave two kBubbleReshowsHistogramName unique names · 1cc3eead
    Daniel Bratell authored
    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: default avatarYuri Wiitala <miu@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#546239}
    1cc3eead
mouse_lock_controller.cc 5.83 KB