Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5500)

Unified Diff: chrome/browser/webdata/web_database_migration_unittest.cc

Issue 7465041: GTTF: Use a fresh TestingBrowserProcess for each test, part #4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: should work Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 271ebcd74b3a64489cdaf607538ccfc2809094c8..44748185ffa486cb524cf10006af55c6fc4a28dd 100644
--- a/chrome/browser/webdata/web_database_migration_unittest.cc
+++ b/chrome/browser/webdata/web_database_migration_unittest.cc
@@ -20,6 +20,7 @@
#include "chrome/browser/webdata/web_database.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/guid.h"
+#include "chrome/test/testing_browser_process_test.h"
#include "chrome/test/ui_test_utils.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() {}

Powered by Google App Engine
This is Rietveld 408576698