summaryrefslogtreecommitdiffstats
path: root/printing/image_cairo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/image_cairo.cc')
-rw-r--r--printing/image_cairo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/printing/image_cairo.cc b/printing/image_cairo.cc
index d19d57e..694fd7d 100644
--- a/printing/image_cairo.cc
+++ b/printing/image_cairo.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -8,7 +8,7 @@
namespace printing {
-bool Image::LoadMetafile(const NativeMetafile& metafile) {
+bool Image::LoadMetafile(const Metafile& metafile) {
NOTIMPLEMENTED();
return false;
}