| Index: chrome/browser/history/history_database.h
|
| diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
|
| index a5d267581bd43c06d0e2d3b671fd3e8f77627e6d..535857d53569bd5cd5c605e8a15f5a1dbb01e0a4 100644
|
| --- a/chrome/browser/history/history_database.h
|
| +++ b/chrome/browser/history/history_database.h
|
| @@ -154,6 +154,8 @@ class HistoryDatabase : public DownloadDatabase,
|
| #if defined(OS_ANDROID)
|
| // AndroidProviderBackend uses the |db_|.
|
| friend class AndroidProviderBackend;
|
| + FRIEND_TEST_ALL_PREFIXES(AndroidURLsMigrationTest,
|
| + MigrateToVersion22);
|
| #endif
|
| friend class InMemoryURLIndexTest;
|
| FRIEND_TEST_ALL_PREFIXES(IconMappingMigrationTest, TestIconMappingMigration);
|
|
|