Skip to content

Commit 3a32bc3

Browse files
Mac: Fix compile errors.
git-svn-id: http://chromiumembedded.googlecode.com/svn/trunk/cef3@1591 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
1 parent baef03b commit 3a32bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/stream_resource_handler_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ReadHandler : public CefReadHandler {
4646
}
4747

4848
virtual size_t Read(void* ptr, size_t size, size_t n) OVERRIDE {
49-
EXPECT_EQ(1, size);
49+
EXPECT_EQ(1U, size);
5050

5151
// Read the minimum of requested size, remaining size or kReadBlockSize.
5252
const size_t read_bytes =

0 commit comments

Comments
 (0)