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

Unified Diff: content/common/mac/font_descriptor.mm

Issue 102593002: Convert string16 to base::string16 in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « content/common/mac/font_descriptor.h ('k') | content/common/message_port_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mac/font_descriptor.mm
diff --git a/content/common/mac/font_descriptor.mm b/content/common/mac/font_descriptor.mm
index 3b5a577ad61bbc3e5d0fa7ca3c3b508376009391..e5c04c124be6036dcb52efb1acdc97fe240d3fd0 100644
--- a/content/common/mac/font_descriptor.mm
+++ b/content/common/mac/font_descriptor.mm
@@ -13,7 +13,7 @@ FontDescriptor::FontDescriptor(NSFont* font) {
font_point_size = [font pointSize];
}
-FontDescriptor::FontDescriptor(string16 name, float size) {
+FontDescriptor::FontDescriptor(base::string16 name, float size) {
font_name = name;
font_point_size = size;
}
« no previous file with comments | « content/common/mac/font_descriptor.h ('k') | content/common/message_port_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698