| 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 842b47bcc4956198bf3b79fa7629dc30e732588b..aa2c53b2179315e51a533fb670093892433bde98 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -225,7 +225,6 @@ class RemoveCookieTester {
|
| class RemoveProfileCookieTester : public RemoveCookieTester {
|
| public:
|
| explicit RemoveProfileCookieTester(TestingProfile* profile) {
|
| - profile->CreateRequestContext();
|
| SetMonster(profile->GetRequestContext()->GetURLRequestContext()->
|
| cookie_store()->GetCookieMonster());
|
| }
|
| @@ -267,7 +266,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();
|
|
|