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

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

Issue 314293005: Change HistoryService::QueryURL to use CancelableTaskTracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and add comment for scoped_ptr usage Created 6 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
Index: chrome/browser/history/history_marshaling.h
diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
index 12ecac3ccd6fb6dbff9a433d19f2262308a66ff3..549f6409db7cf954e971aea861c93731a2b00f60 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -21,10 +21,6 @@ namespace history {
// Querying -------------------------------------------------------------------
-typedef CancelableRequest1<HistoryService::QueryURLCallback,
- Tuple2<URLRow, VisitVector> >
- QueryURLRequest;
-
typedef CancelableRequest1<HistoryService::QueryHistoryCallback,
QueryResults>
QueryHistoryRequest;

Powered by Google App Engine
This is Rietveld 408576698