summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_remover.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-22 01:21:56 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-22 01:21:56 +0000
commitb7f0588eacdc379330d315c68b749130d1f2ed2f (patch)
tree1d087bb1dc96d8d5262e3dee94861c0f7be7a89e /chrome/browser/browsing_data_remover.cc
parent4c603f01f34867e3b908a1834e5a60b6f8a21924 (diff)
downloadchromium_src-b7f0588eacdc379330d315c68b749130d1f2ed2f.zip
chromium_src-b7f0588eacdc379330d315c68b749130d1f2ed2f.tar.gz
chromium_src-b7f0588eacdc379330d315c68b749130d1f2ed2f.tar.bz2
Bring download_file, download_manager into POSIX build.
Also shuffle a bunch of headers. Review URL: http://codereview.chromium.org/27024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10155 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browsing_data_remover.cc')
-rw-r--r--chrome/browser/browsing_data_remover.cc12
1 files changed, 1 insertions, 11 deletions
diff --git a/chrome/browser/browsing_data_remover.cc b/chrome/browser/browsing_data_remover.cc
index 059c90f..507112f 100644
--- a/chrome/browser/browsing_data_remover.cc
+++ b/chrome/browser/browsing_data_remover.cc
@@ -6,6 +6,7 @@
#include "chrome/browser/chrome_thread.h"
#include "chrome/browser/browser_process.h"
+#include "chrome/browser/download/download_manager.h"
#include "chrome/browser/history/history.h"
#include "chrome/browser/profile.h"
#include "chrome/browser/metrics/user_metrics.h"
@@ -20,17 +21,6 @@
#include "net/url_request/url_request_context.h"
#include "webkit/glue/password_form.h"
-#if defined(OS_POSIX)
-// TODO(port): get rid of this include. It's used just to provide declarations
-// and stub definitions for classes we encouter during the porting effort.
-#include "chrome/common/temp_scaffolding_stubs.h"
-#endif
-
-// TODO(port): Get rid of this section and finish porting.
-#if defined(OS_WIN)
-#include "chrome/browser/download/download_manager.h"
-#endif
-
using base::Time;
// Done so that we can use invokeLater on BrowsingDataRemovers and not have