Index: components/history/core/browser/top_sites_impl.cc |
diff --git a/components/history/core/browser/top_sites_impl.cc b/components/history/core/browser/top_sites_impl.cc |
index 09458bf1852f7c122f1a358a96ecd9d7471a45c6..fb8e080a2045e60a1f63894885465430ba753e8d 100644 |
--- a/components/history/core/browser/top_sites_impl.cc |
+++ b/components/history/core/browser/top_sites_impl.cc |
@@ -16,9 +16,6 @@ |
#include "base/md5.h" |
#include "base/memory/ref_counted_memory.h" |
#include "base/metrics/histogram_macros.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/pref_service.h" |
-#include "base/prefs/scoped_user_pref_update.h" |
#include "base/single_thread_task_runner.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
@@ -34,6 +31,9 @@ |
#include "components/history/core/browser/top_sites_observer.h" |
#include "components/history/core/browser/url_utils.h" |
#include "components/history/core/common/thumbnail_score.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/pref_service.h" |
+#include "components/prefs/scoped_user_pref_update.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/layout.h" |
#include "ui/base/resource/resource_bundle.h" |