| Index: chrome/browser/printing/printed_document.cc
|
| ===================================================================
|
| --- chrome/browser/printing/printed_document.cc (revision 6968)
|
| +++ chrome/browser/printing/printed_document.cc (working copy)
|
| @@ -103,7 +103,7 @@
|
| // the device context.
|
| int saved_state = SaveDC(context);
|
| DCHECK_NE(saved_state, 0);
|
| - gfx::PlatformDeviceWin::InitializeDC(context);
|
| + skia::PlatformDeviceWin::InitializeDC(context);
|
| {
|
| // Save the state (again) to apply the necessary world transformation.
|
| int saved_state = SaveDC(context);
|
|
|