| Index: chrome/browser/autocomplete/url_index_private_data.h
|
| diff --git a/chrome/browser/autocomplete/url_index_private_data.h b/chrome/browser/autocomplete/url_index_private_data.h
|
| index 4eaf7e0fd60c4055ed25894ba2e4edaee86c5c41..c6f476136527a6a4db1c0843e7bf658053375f42 100644
|
| --- a/chrome/browser/autocomplete/url_index_private_data.h
|
| +++ b/chrome/browser/autocomplete/url_index_private_data.h
|
| @@ -149,6 +149,7 @@ class URLIndexPrivateData
|
| friend class AddHistoryMatch;
|
| friend class ::HistoryQuickProviderTest;
|
| friend class InMemoryURLIndexTest;
|
| + FRIEND_TEST_ALL_PREFIXES(InMemoryURLIndexTest, AddHistoryMatch);
|
| FRIEND_TEST_ALL_PREFIXES(InMemoryURLIndexTest, CacheSaveRestore);
|
| FRIEND_TEST_ALL_PREFIXES(InMemoryURLIndexTest, HugeResultSet);
|
| FRIEND_TEST_ALL_PREFIXES(InMemoryURLIndexTest, ReadVisitsFromHistory);
|
| @@ -207,6 +208,8 @@ class URLIndexPrivateData
|
| ScoredHistoryMatches ScoredMatches() const { return scored_matches_; }
|
|
|
| private:
|
| + friend class InMemoryURLIndexTest;
|
| + FRIEND_TEST_ALL_PREFIXES(InMemoryURLIndexTest, AddHistoryMatch);
|
| bookmarks::BookmarkModel* bookmark_model_;
|
| const URLIndexPrivateData& private_data_;
|
| const std::string& languages_;
|
|
|