diff options
Diffstat (limited to 'chrome/browser/download/download_util.h')
-rw-r--r-- | chrome/browser/download/download_util.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h index deb9468e..11edd5e 100644 --- a/chrome/browser/download/download_util.h +++ b/chrome/browser/download/download_util.h @@ -10,7 +10,6 @@ #include <set> #include <string> -#include "app/gfx/canvas.h" #include "base/basictypes.h" #include "base/task.h" @@ -18,6 +17,10 @@ #include "views/view.h" #endif +namespace gfx { +class Canvas; +} + class BaseDownloadItemModel; class DownloadItem; class SkBitmap; |