Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
index 3d659cee524f80aed2efa48f31dcfe22107a0663..fc758e4b678577511bffbca00962ad4a2e8472af 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
@@ -223,7 +223,6 @@ class RemoveCookieTester { |
class RemoveProfileCookieTester : public RemoveCookieTester { |
public: |
explicit RemoveProfileCookieTester(TestingProfile* profile) { |
- profile->CreateRequestContext(); |
SetMonster(profile->GetRequestContext()->GetURLRequestContext()-> |
cookie_store()->GetCookieMonster()); |
} |
@@ -265,7 +264,6 @@ class RemoveServerBoundCertTester : public net::SSLConfigService::Observer { |
public: |
explicit RemoveServerBoundCertTester(TestingProfile* profile) |
: ssl_config_changed_count_(0) { |
- profile->CreateRequestContext(); |
server_bound_cert_service_ = profile->GetRequestContext()-> |
GetURLRequestContext()->server_bound_cert_service(); |
ssl_config_service_ = profile->GetSSLConfigService(); |