| Index: chrome/browser/history/history_backend_unittest.cc
|
| diff --git a/chrome/browser/history/history_backend_unittest.cc b/chrome/browser/history/history_backend_unittest.cc
|
| index 253698ca130f472939aef2072ce040307be7e9d4..c3d1079a20f0f4bf0228159895119ac206c1b3ef 100644
|
| --- a/chrome/browser/history/history_backend_unittest.cc
|
| +++ b/chrome/browser/history/history_backend_unittest.cc
|
| @@ -21,6 +21,7 @@
|
| #include "chrome/common/chrome_constants.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"
|
| @@ -68,7 +69,7 @@ class HistoryBackendTestDelegate : public HistoryBackend::Delegate {
|
| DISALLOW_COPY_AND_ASSIGN(HistoryBackendTestDelegate);
|
| };
|
|
|
| -class HistoryBackendTest : public testing::Test {
|
| +class HistoryBackendTest : public TestingBrowserProcessTest {
|
| public:
|
| HistoryBackendTest() : bookmark_model_(NULL), loaded_(false) {}
|
| virtual ~HistoryBackendTest() {
|
|
|