| Index: chrome/browser/history/expire_history_backend_unittest.cc
|
| diff --git a/chrome/browser/history/expire_history_backend_unittest.cc b/chrome/browser/history/expire_history_backend_unittest.cc
|
| index 29b9d436c5578da2eef830215a5888c293a817ff..f14ffcf6f69c9075932055ba4d83eeac0279e067 100644
|
| --- a/chrome/browser/history/expire_history_backend_unittest.cc
|
| +++ b/chrome/browser/history/expire_history_backend_unittest.cc
|
| @@ -18,7 +18,7 @@
|
| #include "chrome/browser/history/expire_history_backend.h"
|
| #include "chrome/browser/history/history_database.h"
|
| #include "chrome/browser/history/thumbnail_database.h"
|
| -#include "chrome/browser/history/top_sites.h"
|
| +#include "chrome/browser/history/top_sites_provider.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "chrome/tools/profiles/thumbnail-inl.h"
|
| #include "components/history/core/browser/history_backend_notifier.h"
|
| @@ -105,7 +105,7 @@ class ExpireHistoryTest : public testing::Test,
|
| scoped_ptr<HistoryDatabase> main_db_;
|
| scoped_ptr<ThumbnailDatabase> thumb_db_;
|
| TestingProfile profile_;
|
| - scoped_refptr<TopSites> top_sites_;
|
| + scoped_refptr<TopSitesProvider> top_sites_;
|
|
|
| // Time at the beginning of the test, so everybody agrees what "now" is.
|
| const Time now_;
|
|
|