Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index fb9a1c06c057b264d7d613d520856ceae0bce00e..55f8295a6015bf3f915e47b241e0f800427d0bee 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -156,7 +156,7 @@ |
#if BUILDFLAG(ANDROID_JAVA_UI) |
#include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h" |
-#include "chrome/browser/android/ntp/new_tab_page_prefs.h" |
+#include "chrome/browser/android/ntp/recent_tabs_page_prefs.h" |
#include "components/ntp_tiles/popular_sites_impl.h" |
#else |
#include "chrome/browser/ui/startup/startup_browser_creator.h" |
@@ -568,10 +568,10 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
#endif |
#if BUILDFLAG(ANDROID_JAVA_UI) |
- variations::VariationsService::RegisterProfilePrefs(registry); |
ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry); |
- NewTabPagePrefs::RegisterProfilePrefs(registry); |
+ variations::VariationsService::RegisterProfilePrefs(registry); |
PartnerBookmarksShim::RegisterProfilePrefs(registry); |
+ RecentTabsPagePrefs::RegisterProfilePrefs(registry); |
#else |
AppShortcutManager::RegisterProfilePrefs(registry); |
DeviceIDFetcher::RegisterProfilePrefs(registry); |