| Index: chrome/browser/history/history_unittest.cc
|
| diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
|
| index a28d14ce360612b31c10a594a8fec2679f89977b..1bf1332e44de0955ece82d9021ac5026067ffdaa 100644
|
| --- a/chrome/browser/history/history_unittest.cc
|
| +++ b/chrome/browser/history/history_unittest.cc
|
| @@ -45,6 +45,7 @@
|
| #include "chrome/browser/history/page_usage_data.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/thumbnail_score.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "chrome/tools/profiles/thumbnail-inl.h"
|
| #include "content/common/notification_details.h"
|
| #include "content/common/notification_source.h"
|
| @@ -100,7 +101,7 @@ class BackendDelegate : public HistoryBackend::Delegate {
|
|
|
| // This must be outside the anonymous namespace for the friend statement in
|
| // HistoryBackend to work.
|
| -class HistoryTest : public testing::Test {
|
| +class HistoryTest : public TestingBrowserProcessTest {
|
| public:
|
| HistoryTest()
|
| : history_service_(NULL),
|
|
|