commit | c399a8ab0f038b6584f9fb2ebc5924511d911e2c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Nov 22 19:38:00 2008 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Nov 22 19:38:00 2008 |
tree | fb7c0b85ed8077418250ed97ddea4fc8b725d8a0 | |
parent | ed77c39f4c4c540f5923124485e1c23c6de02fe8 [diff] [blame] |
Remove base versions of the graphics headers, which previously just forwarded to the skia ones. Review URL: http://codereview.chromium.org/11588 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5894 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/printing/win_printing_context.cc b/chrome/browser/printing/win_printing_context.cc index f4343ff..8fb9c280 100644 --- a/chrome/browser/printing/win_printing_context.cc +++ b/chrome/browser/printing/win_printing_context.cc
@@ -7,10 +7,10 @@ #include <winspool.h> #include "base/file_util.h" -#include "base/gfx/platform_device_win.h" #include "base/time_format.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/printing/print_job_manager.h" +#include "skia/ext/platform_device_win.h" using base::Time;