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

Unified Diff: chrome/browser/chromeos/login/login_html_dialog.h

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/chromeos/login/login_html_dialog.h
diff --git a/chrome/browser/chromeos/login/login_html_dialog.h b/chrome/browser/chromeos/login/login_html_dialog.h
index 9a8cc9e639b587fcc7f1de56ff7265e4ae79d711..189de35dbe47addcfdf6464f7bddb0323ec0ef1f 100644
--- a/chrome/browser/chromeos/login/login_html_dialog.h
+++ b/chrome/browser/chromeos/login/login_html_dialog.h
@@ -56,7 +56,7 @@ class LoginHtmlDialog : public HtmlDialogUIDelegate,
protected:
// HtmlDialogUIDelegate implementation.
virtual bool IsDialogModal() const OVERRIDE;
- virtual std::wstring GetDialogTitle() const OVERRIDE;
+ virtual string16 GetDialogTitle() const OVERRIDE;
virtual GURL GetDialogContentURL() const OVERRIDE;
virtual void GetWebUIMessageHandlers(
std::vector<WebUIMessageHandler*>* handlers) const OVERRIDE;
@@ -78,7 +78,7 @@ class LoginHtmlDialog : public HtmlDialogUIDelegate,
Delegate* delegate_;
gfx::NativeWindow parent_window_;
- std::wstring title_;
+ string16 title_;
GURL url_;
Style style_;
NotificationRegistrar notification_registrar_;
« no previous file with comments | « chrome/browser/chromeos/choose_mobile_network_dialog.cc ('k') | chrome/browser/chromeos/login/login_html_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698