Chromium Code Reviews| Index: components/history/core/browser/history_database.h |
| diff --git a/components/history/core/browser/history_database.h b/components/history/core/browser/history_database.h |
| index 0eb74a571afab422235df12a447b0039371290e6..291a3db2d3aac9b897f6579ab6a22ebf00dfad5c 100644 |
| --- a/components/history/core/browser/history_database.h |
| +++ b/components/history/core/browser/history_database.h |
| @@ -169,6 +169,7 @@ class HistoryDatabase : public DownloadDatabase, |
| FRIEND_TEST_ALL_PREFIXES(AndroidURLsMigrationTest, MigrateToVersion22); |
| #endif |
| friend class ::HistoryQuickProviderTest; |
| + friend class HQPPerfTestOnePopularURL; |
|
dyaroshev
2016/10/26 22:16:04
Friendship is no longer required
|
| friend class ::InMemoryURLIndexTest; |
| // Overridden from URLDatabase: |