Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2724)

Unified Diff: chrome/browser/download/download_service.h

Issue 10704052: Download filename determination refactor (3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with r148594 to and resolve conflicts with r148576 Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/download/download_service.h
diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h
index f2ccb8c4dc8a14bc1e66e80f25578f3f1d6ee407..0516a0ecf4e9a861f93dd59fd699c22d1780ba48 100644
--- a/chrome/browser/download/download_service.h
+++ b/chrome/browser/download/download_service.h
@@ -17,7 +17,6 @@ class Profile;
namespace content {
class DownloadManager;
-class DownloadManagerDelegate;
}
// Owning class for ChromeDownloadManagerDelegate.
@@ -32,7 +31,7 @@ class DownloadService : public ProfileKeyedService {
void OnManagerCreated(const OnManagerCreatedCallback& cb);
// Get the download manager delegate, creating it if it doesn't already exist.
- content::DownloadManagerDelegate* GetDownloadManagerDelegate();
+ ChromeDownloadManagerDelegate* GetDownloadManagerDelegate();
// Has a download manager been created?
bool HasCreatedDownloadManager();
« no previous file with comments | « chrome/browser/download/download_file_picker_chromeos.cc ('k') | chrome/browser/download/download_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698