| Index: chrome/browser/webdata/web_database_migration_unittest.cc
|
| diff --git a/chrome/browser/webdata/web_database_migration_unittest.cc b/chrome/browser/webdata/web_database_migration_unittest.cc
|
| index e6e73559a6ca575ddeb920b965d7859126cf7fd9..29554e4e37f7980d460ff4a11a1f87c6ac3a1165 100644
|
| --- a/chrome/browser/webdata/web_database_migration_unittest.cc
|
| +++ b/chrome/browser/webdata/web_database_migration_unittest.cc
|
| @@ -21,6 +21,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/guid.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "sql/statement.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -127,7 +128,7 @@ void CreditCard32FromStatement(const sql::Statement& s,
|
| // Specifically, these tests are intended to exercise any schema changes in
|
| // the WebDatabase and data migrations that occur in
|
| // |WebDatabase::MigrateOldVersionsAsNeeded()|.
|
| -class WebDatabaseMigrationTest : public testing::Test {
|
| +class WebDatabaseMigrationTest : public TestingBrowserProcessTest {
|
| public:
|
| WebDatabaseMigrationTest() {}
|
| virtual ~WebDatabaseMigrationTest() {}
|
|
|