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

Unified Diff: chrome/browser/ui/webui/certificate_viewer.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/ui/views/select_file_dialog.cc ('k') | chrome/browser/ui/webui/certificate_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/certificate_viewer.h
diff --git a/chrome/browser/ui/webui/certificate_viewer.h b/chrome/browser/ui/webui/certificate_viewer.h
index a2697f6507521c71b457c8a754eb2e9f5c49d775..bc52b416a087919d26e68d8b586e710593b91966 100644
--- a/chrome/browser/ui/webui/certificate_viewer.h
+++ b/chrome/browser/ui/webui/certificate_viewer.h
@@ -32,7 +32,7 @@ class CertificateViewerDialog : 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;
@@ -51,7 +51,7 @@ class CertificateViewerDialog : private HtmlDialogUIDelegate {
std::string json_args_;
// The title of the certificate viewer dialog, Certificate Viewer: CN.
- std::wstring title_;
+ string16 title_;
DISALLOW_COPY_AND_ASSIGN(CertificateViewerDialog);
};
« no previous file with comments | « chrome/browser/ui/views/select_file_dialog.cc ('k') | chrome/browser/ui/webui/certificate_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698