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

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

Issue 366133003: Change AndroidHistoryProviderService to use CancelableTaskTracker (3/6) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cancelable_task_tracker.3
Patch Set: Fix unit tests Created 6 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/android/sqlite_cursor.cc ('k') | chrome/browser/history/history_backend_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index 5f502862846bc4e2c62fb1a6c0a818fce6a9b6a4..87534cdf99e0fe2ba56de5f3e5cc40c172516a4f 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -314,10 +314,9 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
// Statement ----------------------------------------------------------------
// Move the statement's current position.
- void MoveStatement(scoped_refptr<MoveStatementRequest> request,
- history::AndroidStatement* statement,
- int current_pos,
- int destination);
+ int MoveStatement(history::AndroidStatement* statement,
+ int current_pos,
+ int destination);
// Close the given statement. The ownership is transfered.
void CloseStatement(AndroidStatement* statement);
« no previous file with comments | « chrome/browser/history/android/sqlite_cursor.cc ('k') | chrome/browser/history/history_backend_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698