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

Unified Diff: chrome/browser/printing/print_dialog_cloud.cc

Issue 7461136: Convert HtmlDialogUIDelegate::GetDialogTitle() to string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 9 years, 4 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
Index: chrome/browser/printing/print_dialog_cloud.cc
diff --git a/chrome/browser/printing/print_dialog_cloud.cc b/chrome/browser/printing/print_dialog_cloud.cc
index 95787ef0f7fb5b8117b56086fe518266d1ada513..ddbd4f68cbb471eaac14ec935c54a9d072ddd06e 100644
--- a/chrome/browser/printing/print_dialog_cloud.cc
+++ b/chrome/browser/printing/print_dialog_cloud.cc
@@ -457,8 +457,8 @@ bool CloudPrintHtmlDialogDelegate::IsDialogModal() const {
return modal_;
}
-std::wstring CloudPrintHtmlDialogDelegate::GetDialogTitle() const {
- return std::wstring();
+string16 CloudPrintHtmlDialogDelegate::GetDialogTitle() const {
+ return string16();
}
GURL CloudPrintHtmlDialogDelegate::GetDialogContentURL() const {
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc ('k') | chrome/browser/printing/print_dialog_cloud_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698