| 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 c6f2c755735fedd1b3b8d62aa7e0e3aa3c4ea261..253698ca130f472939aef2072ce040307be7e9d4 100644
|
| --- a/chrome/browser/history/history_backend_unittest.cc
|
| +++ b/chrome/browser/history/history_backend_unittest.cc
|
| @@ -21,7 +21,6 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/thumbnail_score.h"
|
| -#include "chrome/test/base/testing_browser_process_test.h"
|
| #include "chrome/tools/profiles/thumbnail-inl.h"
|
| #include "content/common/notification_details.h"
|
| #include "content/common/notification_source.h"
|
| @@ -69,7 +68,7 @@ class HistoryBackendTestDelegate : public HistoryBackend::Delegate {
|
| DISALLOW_COPY_AND_ASSIGN(HistoryBackendTestDelegate);
|
| };
|
|
|
| -class HistoryBackendTest : public TestingBrowserProcessTest {
|
| +class HistoryBackendTest : public testing::Test {
|
| public:
|
| HistoryBackendTest() : bookmark_model_(NULL), loaded_(false) {}
|
| virtual ~HistoryBackendTest() {
|
|
|