Renamed local BindInterface since it clashed with template
There is a template named BindInterface in content/public/common/bind_interface_helpers.h so to avoid compilation failures when that header is included directly or indirectly (as in jumbo builds), it's better to call local functions something else than BindInterface. This renames BindInterface -> BindNamedInterface. Bug: 746953 Change-Id: Ib595232b8c6c9ae58b5321ff58ad1c2927787631 Reviewed-on: https://chromium-review.googlesource.com/822433Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#523721}
Showing
Please register or sign in to comment