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

Unified Diff: chrome/browser/password_manager/password_form_manager_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: update 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/password_manager/password_form_manager_unittest.cc
diff --git a/chrome/browser/password_manager/password_form_manager_unittest.cc b/chrome/browser/password_manager/password_form_manager_unittest.cc
index d8affba3198b07d452e59f4d6f82b9cfe596b8d4..8c63f4087c61321edd9f9ebf5194f39547d1614a 100644
--- a/chrome/browser/password_manager/password_form_manager_unittest.cc
+++ b/chrome/browser/password_manager/password_form_manager_unittest.cc
@@ -10,11 +10,12 @@
#include "chrome/browser/password_manager/password_manager.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/test/base/testing_profile.h"
+#include "chrome/test/testing_browser_process_test.h"
#include "webkit/glue/password_form.h"
using webkit_glue::PasswordForm;
-class PasswordFormManagerTest : public testing::Test {
+class PasswordFormManagerTest : public TestingBrowserProcessTest {
public:
PasswordFormManagerTest() {
}

Powered by Google App Engine
This is Rietveld 408576698