Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: ios/chrome/browser/ntp_tiles/ios_popular_sites_factory.cc

Issue 2570783003: [Popular Sites] Split PopularSites interface and PopularSitesImpl (Closed)
Patch Set: Rebased and minor naming change. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ntp_tiles/ios_popular_sites_factory.cc
diff --git a/ios/chrome/browser/ntp_tiles/ios_popular_sites_factory.cc b/ios/chrome/browser/ntp_tiles/ios_popular_sites_factory.cc
index 577f30cd5f70effb8ebbf2cd2eef1c45a8901175..e128220528eca6bf152c03da69ca49497329b22b 100644
--- a/ios/chrome/browser/ntp_tiles/ios_popular_sites_factory.cc
+++ b/ios/chrome/browser/ntp_tiles/ios_popular_sites_factory.cc
@@ -21,7 +21,7 @@ IOSPopularSitesFactory::NewForBrowserState(
ios::ChromeBrowserState* browser_state) {
base::FilePath popular_sites_path;
base::PathService::Get(ios::DIR_USER_DATA, &popular_sites_path);
- return base::MakeUnique<ntp_tiles::PopularSites>(
+ return base::MakeUnique<ntp_tiles::PopularSitesImpl>(
web::WebThread::GetBlockingPool(), browser_state->GetPrefs(),
ios::TemplateURLServiceFactory::GetForBrowserState(browser_state),
GetApplicationContext()->GetVariationsService(),
« no previous file with comments | « components/ntp_tiles/webui/popular_sites_internals_message_handler.cc ('k') | ios/chrome/browser/prefs/browser_prefs.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698