Index: components/autofill/core/browser/autofill_manager_unittest.cc |
diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc |
index d876c88bf2b01d6ffb78263f270bd9d69cc83f27..b933f47ea6cd2301d99b5a6887c752122d9ea281 100644 |
--- a/components/autofill/core/browser/autofill_manager_unittest.cc |
+++ b/components/autofill/core/browser/autofill_manager_unittest.cc |
@@ -741,7 +741,6 @@ class AutofillManagerTest : public ChromeRenderViewHostTestHarness { |
public: |
virtual void SetUp() OVERRIDE { |
TestingProfile* profile = CreateProfile(); |
tfarina
2013/07/11 01:35:45
can we create TestBrowserContext now?
awong
2013/07/11 21:04:15
This ended up not being a super simple change so I
|
- profile->CreateRequestContext(); |
browser_context_.reset(profile); |
autofill::PersonalDataManagerFactory::GetInstance()->SetTestingFactory( |
profile, TestPersonalDataManager::Build); |