| Index: printing/image_cairo.cc
|
| diff --git a/printing/image_cairo.cc b/printing/image_cairo.cc
|
| index d19d57e1d3787edc9d0b3be3076cc66369439ca5..694fd7d5c580e49e73a8fdcc360142c7ff3d90bb 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;
|
| }
|
|
|