diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 18:00:20 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 18:00:20 +0000 |
commit | 6db416f0b82588c147de698cb9febf930475e5b8 (patch) | |
tree | 5aa3ecd3a2ac48845c8e5ecb3b7b027bd0ef9137 /chrome/browser/ui/gtk | |
parent | 063676f690cd71759e8a94d620201934ea10b3b9 (diff) | |
download | chromium_src-6db416f0b82588c147de698cb9febf930475e5b8.zip chromium_src-6db416f0b82588c147de698cb9febf930475e5b8.tar.gz chromium_src-6db416f0b82588c147de698cb9febf930475e5b8.tar.bz2 |
content: Move drag_download_* to content.
These are leaf nodes in moving tab_contents_view_gtk, and usage is sparse
enough that I'm just moving the headers and fixing up the three places that
they are included.
BUG=93804
TEST=none; code move
Review URL: http://codereview.chromium.org/7720014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/gtk')
-rw-r--r-- | chrome/browser/ui/gtk/tab_contents_drag_source.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/gtk/tab_contents_drag_source.cc b/chrome/browser/ui/gtk/tab_contents_drag_source.cc index 5cff95c..28d4ecd 100644 --- a/chrome/browser/ui/gtk/tab_contents_drag_source.cc +++ b/chrome/browser/ui/gtk/tab_contents_drag_source.cc @@ -11,9 +11,9 @@ #include "base/threading/thread_restrictions.h" #include "base/utf_string_conversions.h" #include "chrome/browser/download/download_util.h" -#include "chrome/browser/download/drag_download_file.h" -#include "chrome/browser/download/drag_download_util.h" #include "chrome/browser/ui/gtk/gtk_util.h" +#include "content/browser/download/drag_download_file.h" +#include "content/browser/download/drag_download_util.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/renderer_host/render_view_host_delegate.h" #include "content/browser/tab_contents/tab_contents.h" |