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

Unified Diff: chrome/browser/precache/most_visited_urls_provider.cc

Issue 870063002: Componentize TopSites, TopSitesBackend, TopSitesDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@815983002
Patch Set: Fix typo Created 5 years, 11 months 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
« no previous file with comments | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/precache/most_visited_urls_provider.cc
diff --git a/chrome/browser/precache/most_visited_urls_provider.cc b/chrome/browser/precache/most_visited_urls_provider.cc
index 37ec55356628f1344267ced456ccdf9dba7337a8..3f7736f84a862652ce3a05e5bc128108a2ccc4ef 100644
--- a/chrome/browser/precache/most_visited_urls_provider.cc
+++ b/chrome/browser/precache/most_visited_urls_provider.cc
@@ -7,8 +7,8 @@
#include <list>
#include "base/bind.h"
-#include "chrome/browser/history/top_sites.h"
#include "components/history/core/browser/history_types.h"
+#include "components/history/core/browser/top_sites.h"
#include "url/gurl.h"
using history::MostVisitedURLList;
« no previous file with comments | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698