| Index: chrome/browser/autofill/autofill_merge_unittest.cc
|
| diff --git a/chrome/browser/autofill/autofill_merge_unittest.cc b/chrome/browser/autofill/autofill_merge_unittest.cc
|
| index e754a34a3199221b61e090009806248b3ca1d1dd..9b8071cd47b42d67ad63d3883bdf3cfb9a649ad7 100644
|
| --- a/chrome/browser/autofill/autofill_merge_unittest.cc
|
| +++ b/chrome/browser/autofill/autofill_merge_unittest.cc
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/autofill/data_driven_test.h"
|
| #include "chrome/browser/autofill/form_structure.h"
|
| #include "chrome/browser/autofill/personal_data_manager.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
|
| @@ -112,7 +113,8 @@ const std::vector<AutofillProfile*>& PersonalDataManagerMock::web_profiles()
|
| // corresponding output file is a dump of the saved profiles that result from
|
| // importing the input profiles. The output file format is identical to the
|
| // input format.
|
| -class AutofillMergeTest : public testing::Test, public DataDrivenTest {
|
| +class AutofillMergeTest : public TestingBrowserProcessTest,
|
| + public DataDrivenTest {
|
| protected:
|
| AutofillMergeTest();
|
| virtual ~AutofillMergeTest();
|
|
|