summaryrefslogtreecommitdiffstats
path: root/printing/printed_pages_source.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-13 19:39:19 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-13 19:39:19 +0000
commitd9d42998427a6204ddbc5929acc5e4c13c939b07 (patch)
tree48f4193243f2bb2a08ae59f474b20b38ce5c6e93 /printing/printed_pages_source.h
parent609706121877c28ca2a80c7810e63a47e68806e3 (diff)
downloadchromium_src-d9d42998427a6204ddbc5929acc5e4c13c939b07.zip
chromium_src-d9d42998427a6204ddbc5929acc5e4c13c939b07.tar.gz
chromium_src-d9d42998427a6204ddbc5929acc5e4c13c939b07.tar.bz2
Printing: Convert several wstrings to string16.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3292019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printed_pages_source.h')
-rw-r--r--printing/printed_pages_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/printing/printed_pages_source.h b/printing/printed_pages_source.h
index ec130dd..c466072 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;