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 3c9223a50c7200436340027009f7af4eb2d88132..3abdead93d0ec58aa4ae28b381c31bebb9ede17e 100644 |
--- a/components/history/core/browser/history_database.h |
+++ b/components/history/core/browser/history_database.h |
@@ -27,6 +27,7 @@ class FilePath; |
} |
class HistoryQuickProviderTest; |
+class InMemoryURLIndexTest; |
namespace history { |
@@ -159,7 +160,7 @@ class HistoryDatabase : public DownloadDatabase, |
FRIEND_TEST_ALL_PREFIXES(AndroidURLsMigrationTest, MigrateToVersion22); |
#endif |
friend class ::HistoryQuickProviderTest; |
- friend class InMemoryURLIndexTest; |
+ friend class ::InMemoryURLIndexTest; |
// Overridden from URLDatabase: |
sql::Connection& GetDB() override; |