Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Issue 1537483003: clang/win: Fix build after https://codereview.chromium.org/1525263004/ (Closed)

Created:
5 years ago by Nico
Modified:
5 years ago
Reviewers:
Bret
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

clang/win: Fix build after https://codereview.chromium.org/1525263004/ Fixes ..\..\testing/gtest/include/gtest/gtest.h(1392,16) : error: comparison of integers of different signs: 'const int' and 'const unsigned long' [-Werror,-Wsign-compare] if (expected == actual) { ~~~~~~~~ ^ ~~~~~~ ..\..\content\common\cursors\webcursor_unittest.cc(301,3) : note: in instantiation of function template specialization 'testing::internal::EqHelper<false>::Compare<int, unsigned long>' here EXPECT_EQ(static_cast<int>(scaleFactor * hotspotX), windowsIconInfo.xHotspot); BUG=82385, 567877, 161614 TBR=bsep@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M content/common/cursors/webcursor_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
Nico
5 years ago (2015-12-17 12:09:27 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1537483003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1537483003/1
5 years ago (2015-12-17 12:09:40 UTC) #5
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/83201c236e56ee4725a2543db01b5bef5f1674fc Cr-Commit-Position: refs/heads/master@{#365812}
5 years ago (2015-12-17 12:39:07 UTC) #7
Nico
Committed patchset #1 (id:1) to pending queue manually as ec2b43a626818811c38cd71f5bc01d78a5a0bf64 (presubmit successful).
5 years ago (2015-12-17 12:39:34 UTC) #9
Bret
5 years ago (2015-12-17 19:25:51 UTC) #10
Message was sent while issue was closed.
On 2015/12/17 12:39:34, Nico (office move Wed Thu Fri) wrote:
> Committed patchset #1 (id:1) to pending queue manually as
> ec2b43a626818811c38cd71f5bc01d78a5a0bf64 (presubmit successful).

lgtm thanks for fixing this

Powered by Google App Engine
This is Rietveld 408576698