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

Unified Diff: chrome/browser/history/history_marshaling.h

Issue 10915180: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r168573 Created 8 years, 1 month 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/history/history_marshaling.h
diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
index 024811550d0298ded15f3658982cdded0e80b757..75d8f922a4d45b0494c3e83261ab532d49421981 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -68,7 +68,7 @@ typedef CancelableRequest1<HistoryService::DownloadNextIdCallback,
typedef CancelableRequest1<HistoryService::DownloadQueryCallback,
- std::vector<content::DownloadPersistentStoreInfo> >
+ std::vector<DownloadRow> >
DownloadQueryRequest;
typedef CancelableRequest<HistoryService::DownloadCreateCallback>

Powered by Google App Engine
This is Rietveld 408576698