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

Unified Diff: printing/printed_pages_source.h

Issue 3292019: Printing: Convert several wstrings to string16. (Closed)
Patch Set: Review fixes. Created 10 years, 3 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 | « printing/printed_document.cc ('k') | printing/printing_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_pages_source.h
diff --git a/printing/printed_pages_source.h b/printing/printed_pages_source.h
index ec130dd5b6ab3c4d7edef0ac91d16f981421bdb2..c466072d71a724e4002096ee558cba3e1040ee06 100644
--- a/printing/printed_pages_source.h
+++ b/printing/printed_pages_source.h
@@ -5,7 +5,7 @@
#ifndef PRINTING_PRINTED_PAGES_SOURCE_H_
#define PRINTING_PRINTED_PAGES_SOURCE_H_
-#include <string>
+#include "base/string16.h"
class GURL;
class MessageLoop;
@@ -18,7 +18,7 @@ class PrintedDocument;
class PrintedPagesSource {
public:
// Returns the document title.
- virtual std::wstring RenderSourceName() = 0;
+ virtual string16 RenderSourceName() = 0;
// Returns the URL's source of the document if applicable.
virtual GURL RenderSourceUrl() = 0;
« no previous file with comments | « printing/printed_document.cc ('k') | printing/printing_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698