summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/autofill_table_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/webdata/autofill_table_unittest.cc')
-rw-r--r--chrome/browser/webdata/autofill_table_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/webdata/autofill_table_unittest.cc b/chrome/browser/webdata/autofill_table_unittest.cc
index eec2f21..ca37e70 100644
--- a/chrome/browser/webdata/autofill_table_unittest.cc
+++ b/chrome/browser/webdata/autofill_table_unittest.cc
@@ -19,7 +19,6 @@
#include "chrome/browser/webdata/web_database.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/guid.h"
-#include "chrome/test/base/testing_browser_process_test.h"
#include "sql/statement.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/glue/form_field.h"
@@ -82,7 +81,7 @@ bool CompareAutofillEntries(const AutofillEntry& a, const AutofillEntry& b) {
} // anonymous namespace
-class AutofillTableTest : public TestingBrowserProcessTest {
+class AutofillTableTest : public testing::Test {
public:
AutofillTableTest() {}
virtual ~AutofillTableTest() {}