| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| index 4cceba8ef4084d70d20cc5869aa8496556c4a80a..ca3e5453cf953156b899c844613996583f5aef6f 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| @@ -37,6 +37,7 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "components/startup_metric_utils/startup_metric_utils.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "content/public/browser/cookie_crypto_delegate.h"
|
| #include "content/public/browser/cookie_store_factory.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "net/cookies/cookie_monster.h"
|
| @@ -308,7 +309,8 @@ void SafeBrowsingService::InitURLRequestContextOnIOThread(
|
| false,
|
| NULL,
|
| NULL,
|
| - scoped_refptr<base::SequencedTaskRunner>()));
|
| + scoped_refptr<base::SequencedTaskRunner>(),
|
| + scoped_ptr<content::CookieCryptoDelegate>()));
|
|
|
| url_request_context_.reset(new net::URLRequestContext);
|
| // |system_url_request_context_getter| may be NULL during tests.
|
|
|