| Index: chrome/browser/history/history_unittest_base.h
|
| diff --git a/chrome/browser/history/history_unittest_base.h b/chrome/browser/history/history_unittest_base.h
|
| index 1d9512d617230eedad312f935b16d866e1a91470..80c72e9e50d1a897d99fe38c588dcaa9e0cb3328 100644
|
| --- a/chrome/browser/history/history_unittest_base.h
|
| +++ b/chrome/browser/history/history_unittest_base.h
|
| @@ -6,12 +6,13 @@
|
| #define CHROME_BROWSER_HISTORY_HISTORY_UNITTEST_BASE_H_
|
|
|
| #include "base/file_util.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace history {
|
| // A base class for a history unit test. It provides the common test methods.
|
| //
|
| -class HistoryUnitTestBase : public testing::Test {
|
| +class HistoryUnitTestBase : public TestingBrowserProcessTest {
|
| public:
|
| virtual ~HistoryUnitTestBase();
|
|
|
|
|