From d99bcaae9af32923a53f3c448cf95cbf7ad20775 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Sun, 5 Dec 2010 20:15:56 +0000 Subject: Remove unneeded browser_process.h includes. BUG=none TEST=none Review URL: http://codereview.chromium.org/5512009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68323 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/download/download_util.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chrome/browser/download/download_util.cc') diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc index cdde9e2..3dd6012 100644 --- a/chrome/browser/download/download_util.cc +++ b/chrome/browser/download/download_util.cc @@ -26,8 +26,6 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "base/win/windows_version.h" -#include "chrome/browser/browser_list.h" -#include "chrome/browser/browser_process.h" #include "chrome/browser/browser_thread.h" #include "chrome/browser/download/download_item.h" #include "chrome/browser/download/download_item_model.h" @@ -699,7 +697,7 @@ void DeleteUniqueDownloadFile(const FilePath& path, int index) { file_util::Delete(new_path, false); } -} +} // namespace void EraseUniqueDownloadFiles(const FilePath& path) { FilePath cr_path = GetCrDownloadPath(path); -- cgit v1.1