Fix jumbo build break for Chrome-branded builds.
In Google Chrome builds, cast_toolbar_button.cc may be built in the same unit as cast_dialog_sink_button.cc. The latter includes a Google Chrome-only header that declares some vector icons in the ::media_router::vector_icons namespace. As a result, the icons used in cast_toolbar_button.cc can't be found because the points of use are in the ::media_router namespace. Fix this by explicitly looking in ::vector_icons for the desired icons. This has no change for non-jumbo builds, and fixes the world for jumbo builds. BUG=803406 R=ellyjones@chromium.org CC=oscarj@opera.com Change-Id: I6af8e2593b20e1b674e8045fc406f12b9664fcb4 Reviewed-on: https://chromium-review.googlesource.com/1195885 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#587345}
Showing
Please register or sign in to comment