• Oscar Johansson's avatar
    Rename kSeparatorWidth to be unique (browser/ui) · 5b2fbb09
    Oscar Johansson authored
    When building using Jumbo unnamed namespaces gets merged
    and variables with the same name conflict. This happens
    for the variables kSeparatorWidth in:
    chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
    chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
    
    This commit solves the issue by renaming the constants to
    something more file specific. It also renames other variables
    in the same namespace, so the naming is locally consistent.
    
    Change-Id: I2ae24ce5b67372286a5aa4e48a0bc125606ff778
    Reviewed-on: https://chromium-review.googlesource.com/1146641
    Commit-Queue: Oscar Johansson <oscarj@opera.com>
    Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#577166}
    5b2fbb09
bookmark_bar_view.cc 76.6 KB