| Index: chrome/browser/history/top_sites_impl_unittest.cc
|
| diff --git a/chrome/browser/history/top_sites_impl_unittest.cc b/chrome/browser/history/top_sites_impl_unittest.cc
|
| index 70ad04af07567b7e8cf4ba6e234cffa13920a590..b8f02f182d439fb66fcc98c142ff97326e5bc065 100644
|
| --- a/chrome/browser/history/top_sites_impl_unittest.cc
|
| +++ b/chrome/browser/history/top_sites_impl_unittest.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| -#include "chrome/browser/history/history_unittest_base.h"
|
| #include "chrome/browser/history/top_sites.h"
|
| #include "chrome/browser/history/top_sites_impl.h"
|
| #include "chrome/common/chrome_constants.h"
|
| @@ -17,6 +16,7 @@
|
| #include "components/history/core/browser/history_db_task.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "components/history/core/browser/top_sites_cache.h"
|
| +#include "components/history/core/test/history_unittest_base.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|