summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/top_sites_database.h')
-rw-r--r--chrome/browser/history/top_sites_database.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/history/top_sites_database.h b/chrome/browser/history/top_sites_database.h
index 5823938..053f03b 100644
--- a/chrome/browser/history/top_sites_database.h
+++ b/chrome/browser/history/top_sites_database.h
@@ -58,7 +58,8 @@ class TopSitesDatabase {
bool RemoveURL(const MostVisitedURL& url);
private:
- FRIEND_TEST_ALL_PREFIXES(TopSitesDatabaseTest, UpgradeToVersion2);
+ FRIEND_TEST_ALL_PREFIXES(TopSitesDatabaseTest, Version1);
+ FRIEND_TEST_ALL_PREFIXES(TopSitesDatabaseTest, Version2);
// Creates the thumbnail table, returning true if the table already exists
// or was successfully created.