Rename enums to avoid conflict (chrome/browser/ui)
The enums ColumnSetType are defined in both views/passwords/password_pending_view.cc and views/passwords/password_items_view.cc. When building using Jumbo both declaration ends up in the same namespace, causing a conflict. This commits resolves the issue by renaming the enums to something more file specific. Bug: 773275 Change-Id: I8f48b68df53166e910ab0beaf13ba80af63e40ae Reviewed-on: https://chromium-review.googlesource.com/1102432Reviewed-by:Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#567661}
Showing
Please register or sign in to comment