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

Unified Diff: chrome/browser/ui/webui/collected_cookies_ui_delegate.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/ui/webui/collected_cookies_ui_delegate.cc
diff --git a/chrome/browser/ui/webui/collected_cookies_ui_delegate.cc b/chrome/browser/ui/webui/collected_cookies_ui_delegate.cc
index 86018d6b4816456ec733ebb45e6318a675f7a6f0..0ad2f38cb8909853b02cbfaf41dd6301183b588e 100644
--- a/chrome/browser/ui/webui/collected_cookies_ui_delegate.cc
+++ b/chrome/browser/ui/webui/collected_cookies_ui_delegate.cc
@@ -170,8 +170,8 @@ bool CollectedCookiesUIDelegate::IsDialogModal() const {
return false;
}
-std::wstring CollectedCookiesUIDelegate::GetDialogTitle() const {
- return std::wstring();
+string16 CollectedCookiesUIDelegate::GetDialogTitle() const {
+ return string16();
}
GURL CollectedCookiesUIDelegate::GetDialogContentURL() const {
« no previous file with comments | « chrome/browser/ui/webui/collected_cookies_ui_delegate.h ('k') | chrome/browser/ui/webui/constrained_html_ui_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698