Rename kSeparatorWidth to be unique (browser/ui)
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:Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#577166}
Showing
Please register or sign in to comment