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

Unified Diff: chrome/browser/chromeos/choose_mobile_network_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
« no previous file with comments | « chrome/browser/browser_signin.cc ('k') | chrome/browser/chromeos/choose_mobile_network_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/choose_mobile_network_dialog.h
diff --git a/chrome/browser/chromeos/choose_mobile_network_dialog.h b/chrome/browser/chromeos/choose_mobile_network_dialog.h
index 2198249e024f5b02a6250adae63c5634815c8ff1..0ffa5c6f2e3028c8102822bc7b0b756f0a0bb74a 100644
--- a/chrome/browser/chromeos/choose_mobile_network_dialog.h
+++ b/chrome/browser/chromeos/choose_mobile_network_dialog.h
@@ -21,7 +21,7 @@ class ChooseMobileNetworkDialog : private HtmlDialogUIDelegate {
// Overridden from HtmlDialogUI::Delegate:
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;
« no previous file with comments | « chrome/browser/browser_signin.cc ('k') | chrome/browser/chromeos/choose_mobile_network_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698