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

Unified Diff: chrome/chrome_browser.gypi

Issue 7112011: Change DownloadProcessHandle to be more of an encapsulated class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to LKGR. Created 9 years, 6 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
« no previous file with comments | « chrome/browser/renderer_host/download_resource_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index bf4c2ce7a4aea9c50dd59d5edcc4a12911b97c3e..bea731debb13f31d7031a182054fc804f0859451 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -826,8 +826,8 @@
'browser/download/download_manager.h',
'browser/download/download_prefs.cc',
'browser/download/download_prefs.h',
- 'browser/download/download_process_handle.cc',
- 'browser/download/download_process_handle.h',
+ 'browser/download/download_request_handle.cc',
+ 'browser/download/download_request_handle.h',
'browser/download/download_request_infobar_delegate.cc',
'browser/download/download_request_infobar_delegate.h',
'browser/download/download_request_limiter.cc',
« no previous file with comments | « chrome/browser/renderer_host/download_resource_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698