Index: chrome/browser/history/top_sites.h |
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h |
index fe51c2793e61c11ac225841c575d253331369e25..7f3253fb28bca09eefc3df894599a29115448abf 100644 |
--- a/chrome/browser/history/top_sites.h |
+++ b/chrome/browser/history/top_sites.h |
@@ -367,7 +367,11 @@ class TopSites |
DISALLOW_COPY_AND_ASSIGN(TopSites); |
}; |
+#if defined(OS_ANDROID) |
+extern const TopSites::PrepopulatedPage kPrepopulatedPages[1]; |
+#else |
extern const TopSites::PrepopulatedPage kPrepopulatedPages[2]; |
+#endif |
} // namespace history |