| Index: chrome/browser/history/top_sites_impl.cc
|
| diff --git a/chrome/browser/history/top_sites_impl.cc b/chrome/browser/history/top_sites_impl.cc
|
| index e3298d8f396d39dce803c4b6205ba1af286d6993..d14e3874e2a4ad372598bf3a4986f5c87b54a02a 100644
|
| --- a/chrome/browser/history/top_sites_impl.cc
|
| +++ b/chrome/browser/history/top_sites_impl.cc
|
| @@ -25,11 +25,11 @@
|
| #include "chrome/browser/history/history_db_task.h"
|
| #include "chrome/browser/history/history_notifications.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| -#include "chrome/browser/history/page_usage_data.h"
|
| #include "chrome/browser/history/top_sites_cache.h"
|
| #include "chrome/browser/history/url_utils.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/history/core/browser/page_usage_data.h"
|
| #include "components/history/core/common/thumbnail_score.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/navigation_controller.h"
|
|
|