| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index fbf0ff32bac9daf64b156f4a4162785a56b3533e..6a7a5dac5d27f5cde063ab6e7be42eccc9e79e5f 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -521,10 +521,10 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
|
|
| // Notify HistoryBackendObserver that |transition| to |row| occurred at
|
| // |visit_time| following |redirects| (empty if there is no redirects).
|
| - void NotifyAddVisit(ui::PageTransition transition,
|
| - const URLRow& row,
|
| - const RedirectList& redirects,
|
| - base::Time visit_time);
|
| + void NotifyURLVisited(ui::PageTransition transition,
|
| + const URLRow& row,
|
| + const RedirectList& redirects,
|
| + base::Time visit_time);
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<HistoryBackend>;
|
|
|