| Index: chrome/browser/printing/printed_document.h
|
| ===================================================================
|
| --- chrome/browser/printing/printed_document.h (revision 16106)
|
| +++ chrome/browser/printing/printed_document.h (working copy)
|
| @@ -13,11 +13,11 @@
|
| #include "chrome/browser/printing/print_settings.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| -class ChromeFont;
|
| class MessageLoop;
|
|
|
| namespace gfx {
|
| class Emf;
|
| +class Font;
|
| }
|
|
|
| namespace printing {
|
| @@ -171,7 +171,7 @@
|
| const PrintedPage& page,
|
| PageOverlays::HorizontalPosition x,
|
| PageOverlays::VerticalPosition y,
|
| - const ChromeFont& font) const;
|
| + const gfx::Font& font) const;
|
|
|
| // Calls the render source to render a page. Makes sure to execute the call in
|
| // the right thread context.
|
|
|