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

Unified Diff: chrome/browser/chromeos/choose_mobile_network_dialog.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/chromeos/choose_mobile_network_dialog.cc
diff --git a/chrome/browser/chromeos/choose_mobile_network_dialog.cc b/chrome/browser/chromeos/choose_mobile_network_dialog.cc
index f0bcaf0db3c7e6e62d38dbad5c0e4ca120d54510..f4a1ec9db99391809a05d7bffd573caabaf62f3d 100644
--- a/chrome/browser/chromeos/choose_mobile_network_dialog.cc
+++ b/chrome/browser/chromeos/choose_mobile_network_dialog.cc
@@ -48,8 +48,8 @@ bool ChooseMobileNetworkDialog::IsDialogModal() const {
return true;
}
-std::wstring ChooseMobileNetworkDialog::GetDialogTitle() const {
- return std::wstring();
+string16 ChooseMobileNetworkDialog::GetDialogTitle() const {
+ return string16();
}
GURL ChooseMobileNetworkDialog::GetDialogContentURL() const {
« no previous file with comments | « chrome/browser/chromeos/choose_mobile_network_dialog.h ('k') | chrome/browser/chromeos/login/login_html_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698