diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 21:02:16 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 21:02:16 +0000 |
commit | 9d350e8367dbce79d96f9dd8f22639f12b07a75c (patch) | |
tree | c82d56b186a3ef473264bd3d1d5ae4037cab9452 /chrome/browser/gtk/download_item_gtk.h | |
parent | e71cb9554f18b9ae666d3a0b90178c107fc94eb2 (diff) | |
download | chromium_src-9d350e8367dbce79d96f9dd8f22639f12b07a75c.zip chromium_src-9d350e8367dbce79d96f9dd8f22639f12b07a75c.tar.gz chromium_src-9d350e8367dbce79d96f9dd8f22639f12b07a75c.tar.bz2 |
Move owned_widget_gtk.* out of common/, into browser/gtk/.
common/ is for files shared between the renderer and browser processes, and OwnedWidgetGtk is not used outside of browser/.
BUG=none
TEST=compile
Review URL: http://codereview.chromium.org/3063023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/download_item_gtk.h')
-rw-r--r-- | chrome/browser/gtk/download_item_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/download_item_gtk.h b/chrome/browser/gtk/download_item_gtk.h index 9df51d5..5e4d64e 100644 --- a/chrome/browser/gtk/download_item_gtk.h +++ b/chrome/browser/gtk/download_item_gtk.h @@ -16,9 +16,9 @@ #include "base/time.h" #include "chrome/browser/download/download_item.h" #include "chrome/browser/icon_manager.h" +#include "chrome/browser/gtk/owned_widget_gtk.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" -#include "chrome/common/owned_widget_gtk.h" class BaseDownloadItemModel; class DownloadShelfContextMenuGtk; |