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

Unified Diff: chrome/browser/autofill/autofill_manager_unittest.cc

Issue 6532034: GTTF: Use a fresh TestingBrowserProcess for each test, part #2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_metrics_unittest.cc » ('j') | chrome/chrome_tests.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_manager_unittest.cc
diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
index ad668e4e3fa8309c5cf33c47a48809e90f6d653d..d22f0fd40c25814d5be183cc2ba9a0f40f3fa9f0 100644
--- a/chrome/browser/autofill/autofill_manager_unittest.cc
+++ b/chrome/browser/autofill/autofill_manager_unittest.cc
@@ -25,7 +25,6 @@
#include "chrome/browser/ui/browser.h"
#include "chrome/common/autofill_messages.h"
#include "chrome/common/pref_names.h"
-#include "chrome/test/testing_browser_process.h"
#include "chrome/test/testing_profile.h"
#include "googleurl/src/gurl.h"
#include "grit/generated_resources.h"
@@ -561,7 +560,6 @@ class AutoFillManagerTest : public RenderViewHostTestHarness {
}
protected:
- ScopedTestingBrowserProcess browser_process_;
scoped_ptr<TestAutoFillManager> autofill_manager_;
scoped_refptr<TestPersonalDataManager> test_personal_data_;
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_metrics_unittest.cc » ('j') | chrome/chrome_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698