Mac: Fix compile errors.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1591 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-01-31 23:35:23 +00:00
parent d47b633121
commit 76f6ca0763
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class ReadHandler : public CefReadHandler {
}
virtual size_t Read(void* ptr, size_t size, size_t n) OVERRIDE {
EXPECT_EQ(1, size);
EXPECT_EQ(1U, size);
// Read the minimum of requested size, remaining size or kReadBlockSize.
const size_t read_bytes =