| Index: components/history/core/browser/history_backend.h
|
| diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
|
| index 6cce8af933dfcfec374f4b79548b935e8a6f9e74..0997fa3ad583d0a34a567fdc6f6011f2b41cc4c8 100644
|
| --- a/components/history/core/browser/history_backend.h
|
| +++ b/components/history/core/browser/history_backend.h
|
| @@ -466,6 +466,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, StripUsernamePasswordTest);
|
| FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteThumbnailsDatabaseTest);
|
| FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, AddPageVisitSource);
|
| + FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, AddPageVisitBackForward);
|
| FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, AddPageVisitNotLastVisit);
|
| FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest,
|
| AddPageVisitFiresNotificationWithCorrectDetails);
|
|
|