diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-01 18:18:03 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-01 18:18:03 +0000 |
commit | c665eb327f8f3486c454a95782ffdad4e79fde2c (patch) | |
tree | 01d2156127a92605a95e7d63e63f718979aa0151 /chrome/browser/gtk/tab_contents_drag_source.h | |
parent | 938e1f9ec9e6e1d267dbff0c9bb50d5952937bc7 (diff) | |
download | chromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.zip chromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.tar.gz chromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.tar.bz2 |
Remove base/gfx/.
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/1570005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/tab_contents_drag_source.h')
-rw-r--r-- | chrome/browser/gtk/tab_contents_drag_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/tab_contents_drag_source.h b/chrome/browser/gtk/tab_contents_drag_source.h index b7407f3..65f0ba1 100644 --- a/chrome/browser/gtk/tab_contents_drag_source.h +++ b/chrome/browser/gtk/tab_contents_drag_source.h @@ -9,9 +9,9 @@ #include "base/basictypes.h" #include "base/file_path.h" -#include "base/gfx/point.h" #include "base/message_loop.h" #include "base/string16.h" +#include "gfx/point.h" #include "gfx/native_widget_types.h" #include "googleurl/src/gurl.h" #include "third_party/skia/include/core/SkBitmap.h" |