| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 59a78368a7605512721255272c4889f2bc706678..5e66b070f2cbaa3a7415518c1622c7a85900855a 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -145,7 +145,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
|
|
| // Navigation ----------------------------------------------------------------
|
|
|
| - void AddPage(scoped_refptr<HistoryAddPageArgs> request);
|
| + void AddPage(const HistoryAddPageArgs& request);
|
| virtual void SetPageTitle(const GURL& url, const string16& title);
|
| void AddPageNoVisitForBookmark(const GURL& url, const string16& title);
|
|
|
|
|