diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 00:39:23 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 00:39:23 +0000 |
commit | a5da0aa93ab70006854396439e47c795716664c2 (patch) | |
tree | 406ec34ecae757f3e43f813af40a21e8e9aeb9de /chrome/browser/drag_utils.cc | |
parent | acc9a6def1c4c7d8b54149667e0c476d0c85a8f4 (diff) | |
download | chromium_src-a5da0aa93ab70006854396439e47c795716664c2.zip chromium_src-a5da0aa93ab70006854396439e47c795716664c2.tar.gz chromium_src-a5da0aa93ab70006854396439e47c795716664c2.tar.bz2 |
Move chrome_canvas to app/gfx
http://crbug.com/11387
Review URL: http://codereview.chromium.org/113011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/drag_utils.cc')
-rw-r--r-- | chrome/browser/drag_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/drag_utils.cc b/chrome/browser/drag_utils.cc index d85d080..2cef2ec 100644 --- a/chrome/browser/drag_utils.cc +++ b/chrome/browser/drag_utils.cc @@ -8,6 +8,7 @@ #include <shlobj.h> #include <shobjidl.h> +#include "app/gfx/chrome_canvas.h" #include "app/l10n_util.h" #include "app/resource_bundle.h" #include "base/file_util.h" @@ -15,7 +16,6 @@ #include "base/gfx/point.h" #include "base/string_util.h" #include "chrome/browser/views/bookmark_bar_view.h" -#include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/gfx/chrome_font.h" #include "chrome/common/os_exchange_data.h" #include "chrome/common/win_util.h" |