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

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

Issue 7192016: chrome.experimental.downloads (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merged db_handle, id; onCreated, onErased Created 9 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
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/history/history_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_marshaling.h
diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
index 1470dd8f7da54b1561f865451ca44b9215ef080a..2c70cdd036b0776fd22e438f249b27ebaf80cea4 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -9,6 +9,7 @@
#define CHROME_BROWSER_HISTORY_HISTORY_MARSHALING_H_
#pragma once
+#include "base/callback.h"
#include "base/memory/scoped_vector.h"
#include "chrome/browser/favicon/favicon_service.h"
#include "chrome/browser/history/history.h"
@@ -54,9 +55,8 @@ typedef CancelableRequest<FaviconService::FaviconDataCallback>
GetFaviconRequest;
// Downloads ------------------------------------------------------------------
-
typedef CancelableRequest1<HistoryService::DownloadQueryCallback,
- std::vector<DownloadHistoryInfo> >
+ DownloadQueryParameters>
DownloadQueryRequest;
typedef CancelableRequest<HistoryService::DownloadCreateCallback>
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/history/history_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698