ui/ash: update GetNumberOfSettingsWindows calls to compare with unsigned int
This is a followup to https://crrev.com/c/2569191, which the method was added. The callsite in chrome_new_window_client_browsertest.cc wasn't changed to match the return type. This caused a mismatch so EXPECT_EQ is asked to compare int with size_t, and can cause problem on certain build configurations. Change-Id: I092e0f0ea5d333359c8e11c39e7202f27e1849e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573556 Auto-Submit: Jiewei Qian <qjw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#833524}
Showing
Please register or sign in to comment