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

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: Merged with trunk 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 0ce057562580729c11a2e999429b6f82aced1512..bb85b1d8b156e77ffb0cdb1ce8e01e2cf67deae0 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',
@@ -1121,10 +1123,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',

Powered by Google App Engine
This is Rietveld 408576698