| 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 6364fb3eabe5f48e38d03c72f7d8b97fbd2de3e3..01fbe9640052e8f963712683f4e6ac344d291cb7 100644
|
| --- a/chrome/browser/history/expire_history_backend_unittest.cc
|
| +++ b/chrome/browser/history/expire_history_backend_unittest.cc
|
| @@ -25,6 +25,7 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/thumbnail_score.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "chrome/tools/profiles/thumbnail-inl.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -48,7 +49,7 @@ namespace history {
|
|
|
| // ExpireHistoryTest -----------------------------------------------------------
|
|
|
| -class ExpireHistoryTest : public testing::Test,
|
| +class ExpireHistoryTest : public TestingBrowserProcessTest,
|
| public BroadcastNotificationDelegate {
|
| public:
|
| ExpireHistoryTest()
|
|
|