| Index: components/history/core/browser/top_sites_impl_unittest.cc
|
| diff --git a/components/history/core/browser/top_sites_impl_unittest.cc b/components/history/core/browser/top_sites_impl_unittest.cc
|
| index 2efb4afd650cab909c00edd1d3dcd1660fbc2bda..a36357d7a1775386218c4db2cbff06ff668b2b3f 100644
|
| --- a/components/history/core/browser/top_sites_impl_unittest.cc
|
| +++ b/components/history/core/browser/top_sites_impl_unittest.cc
|
| @@ -12,8 +12,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "base/prefs/pref_registry_simple.h"
|
| -#include "base/prefs/testing_pref_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "build/build_config.h"
|
| @@ -29,6 +27,8 @@
|
| #include "components/history/core/test/history_unittest_base.h"
|
| #include "components/history/core/test/test_history_database.h"
|
| #include "components/history/core/test/wait_top_sites_loaded_observer.h"
|
| +#include "components/prefs/pref_registry_simple.h"
|
| +#include "components/prefs/testing_pref_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "url/gurl.h"
|
|
|