| Index: printing/image_mac.cc
|
| diff --git a/printing/image_mac.cc b/printing/image_mac.cc
|
| index b11757d58529c84285edd77db11f6e8aade58c72..482bcf8e796f78559d0b3ece2ff58eabdde417e9 100644
|
| --- a/printing/image_mac.cc
|
| +++ b/printing/image_mac.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.
|
|
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace printing {
|
|
|
| -bool Image::LoadMetafile(const NativeMetafile& metafile) {
|
| +bool Image::LoadMetafile(const Metafile& metafile) {
|
| // The printing system uses single-page metafiles (page indexes are 1-based).
|
| const unsigned int page_number = 1;
|
| gfx::Rect rect(metafile.GetPageBounds(page_number));
|
|
|