Fix Mac OS X compile errors due to Chromium 69409 update.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@153 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2010-12-20 14:50:07 +00:00
parent 3cd3a35f10
commit 998d11188f
4 changed files with 13 additions and 13 deletions

View File

@ -249,4 +249,4 @@ TEST(StringTest, Map)
ASSERT_EQ(cef_string_map_size(mapPtr), 0);
cef_string_map_free(mapPtr);
}
}