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

Unified Diff: chrome/renderer/render_view_browsertest.cc

Issue 3183009: WIP patch with fixes for building with Clang. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Update Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | llvm.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view_browsertest.cc
diff --git a/chrome/renderer/render_view_browsertest.cc b/chrome/renderer/render_view_browsertest.cc
index 1db074a391e24135a997cd8b782cfb481a3f73b0..f265d54734ba915c60962e12df58bccc66eb6236 100644
--- a/chrome/renderer/render_view_browsertest.cc
+++ b/chrome/renderer/render_view_browsertest.cc
@@ -589,7 +589,7 @@ TEST_F(RenderViewTest, OnHandleKeyboardEvent) {
"%d,%s\n" // texts in the second <div> element
"%d,%s", // texts in the third <div> element
key_code, kModifierData[j].expected_result,
- char_code[0], kModifierData[j].expected_result,
+ (int)char_code[0], kModifierData[j].expected_result,
key_code, kModifierData[j].expected_result);
// Retrieve the text in the test page and compare it with the expected
« no previous file with comments | « no previous file | llvm.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698