Chromium Code Reviews

Unified Diff: chrome/browser/ui/views/theme_install_bubble_view.cc

Issue 6121004: Remove wstring from gfx. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/views/theme_install_bubble_view.cc
===================================================================
--- chrome/browser/ui/views/theme_install_bubble_view.cc (revision 71043)
+++ chrome/browser/ui/views/theme_install_bubble_view.cc (working copy)
@@ -135,7 +135,7 @@
body_bounds.set_x(MirroredLeftPointForRect(body_bounds));
SkColor text_color = SK_ColorWHITE;
- canvas->DrawStringInt(UTF16ToWideHack(text_),
+ canvas->DrawStringInt(text_,
views::Label::font(),
text_color,
body_bounds.x(),

Powered by Google App Engine