From 6c69796dfc4e3c4fe1c6c0d7c561d3f17a3e18a9 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Fri, 16 Jul 2010 21:41:16 +0000 Subject: Download code cleanup: split big files into smaller one. It's hard to find things in the download directory. DownloadFile and DownloadFileManager were bundled together. Similarly for DownloadItem and DownloadManager, which was much less intuitive. Some 3-5 line structs were also in one bag with something else. I extracted them to their own small file. TEST=unit_tests, browser_tests, ui_tests BUG=48913 Review URL: http://codereview.chromium.org/2806054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52749 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/download_shelf_gtk.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/gtk/download_shelf_gtk.cc') diff --git a/chrome/browser/gtk/download_shelf_gtk.cc b/chrome/browser/gtk/download_shelf_gtk.cc index f7ef409..a6c2a69 100644 --- a/chrome/browser/gtk/download_shelf_gtk.cc +++ b/chrome/browser/gtk/download_shelf_gtk.cc @@ -7,6 +7,7 @@ #include "app/l10n_util.h" #include "app/resource_bundle.h" #include "chrome/browser/browser.h" +#include "chrome/browser/download/download_item.h" #include "chrome/browser/download/download_item_model.h" #include "chrome/browser/download/download_util.h" #include "chrome/browser/gtk/browser_window_gtk.h" -- cgit v1.1