| 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);
|
|
|