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

Unified Diff: printing/print_settings_initializer_gtk.cc

Issue 24989002: Cleanup: Use base namespace in printing/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « printing/print_settings_initializer.cc ('k') | printing/printed_document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_settings_initializer_gtk.cc
===================================================================
--- printing/print_settings_initializer_gtk.cc (revision 224775)
+++ printing/print_settings_initializer_gtk.cc (working copy)
@@ -25,7 +25,7 @@
DCHECK(page_setup);
DCHECK(print_settings);
- string16 name(UTF8ToUTF16(static_cast<const char*>(
+ base::string16 name(base::UTF8ToUTF16(static_cast<const char*>(
gtk_print_settings_get_printer(settings))));
print_settings->set_printer_name(name);
print_settings->set_device_name(print_settings->printer_name());
« no previous file with comments | « printing/print_settings_initializer.cc ('k') | printing/printed_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698