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

Unified Diff: chrome/chrome_browser.gypi

Issue 6969009: Reduced the lifetime of DownloadCreateInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Stupid clang! Created 9 years, 7 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/ui/webui/chromeos/imageburner_ui.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 0ce057562580729c11a2e999429b6f82aced1512..64ee67a5762eb1199c94b5c3fd02b712c59428e4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -784,6 +784,8 @@
'browser/dom_operation_notification_details.h',
'browser/download/base_file.cc',
'browser/download/base_file.h',
+ 'browser/download/download_create_info.cc',
+ 'browser/download/download_create_info.h',
'browser/download/download_extensions.cc',
'browser/download/download_extensions.h',
'browser/download/download_file.cc',
@@ -811,6 +813,8 @@
'browser/download/download_shelf.cc',
'browser/download/download_shelf.h',
'browser/download/download_started_animation.h',
+ 'browser/download/download_state_info.cc',
+ 'browser/download/download_state_info.h',
'browser/download/download_status_updater.cc',
'browser/download/download_status_updater.h',
'browser/download/download_status_updater_delegate.h',
@@ -1121,10 +1125,10 @@
'browser/hang_monitor/hung_window_detector.h',
'browser/history/archived_database.cc',
'browser/history/archived_database.h',
- 'browser/history/download_create_info.cc',
- 'browser/history/download_create_info.h',
'browser/history/download_database.cc',
'browser/history/download_database.h',
+ 'browser/history/download_history_info.cc',
+ 'browser/history/download_history_info.h',
'browser/history/expire_history_backend.cc',
'browser/history/expire_history_backend.h',
'browser/history/history.cc',
« no previous file with comments | « chrome/browser/ui/webui/chromeos/imageburner_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698