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..6c54b459df8f204bc306b8455854d991d31e80f3 100644 |
--- a/components/history/core/browser/history_backend.h |
+++ b/components/history/core/browser/history_backend.h |
@@ -466,6 +466,8 @@ 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, AddPageVisitRedirectBackForward); |
FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, AddPageVisitNotLastVisit); |
FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, |
AddPageVisitFiresNotificationWithCorrectDetails); |