summaryrefslogtreecommitdiffstats
path: root/printing/page_overlays.h
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 13:57:10 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 13:57:10 +0000
commit60741b476f12d0a9a7a0adac446d1af75d1208af (patch)
tree97cf98a024b22840a7a0f1b3a0520cce8d919949 /printing/page_overlays.h
parent12b38f6e0866c6a88f0724395ed8a60a8eaf1bd3 (diff)
downloadchromium_src-60741b476f12d0a9a7a0adac446d1af75d1208af.zip
chromium_src-60741b476f12d0a9a7a0adac446d1af75d1208af.tar.gz
chromium_src-60741b476f12d0a9a7a0adac446d1af75d1208af.tar.bz2
Fix printing project on linux.
Enable compilation of every files and fix tests. TEST=unit tests BUG=9847 Review URL: http://codereview.chromium.org/193086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/page_overlays.h')
-rw-r--r--printing/page_overlays.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/printing/page_overlays.h b/printing/page_overlays.h
index f30aa26..0ffc1ba 100644
--- a/printing/page_overlays.h
+++ b/printing/page_overlays.h
@@ -40,8 +40,9 @@ class PageOverlays {
VerticalPosition y) const;
// Sets the string of an overlay according to its x,y position.
- void SetOverlay(HorizontalPosition x, VerticalPosition y,
- std::wstring& input);
+ void SetOverlay(HorizontalPosition x,
+ VerticalPosition y,
+ const std::wstring& input);
// Replaces the variables in |input| with their actual values according to the
// properties of the current printed document and the current printed page.