| Index: chrome/browser/ui/webui/options/cookies_view_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/cookies_view_handler.cc b/chrome/browser/ui/webui/options/cookies_view_handler.cc
|
| index 4b632ce2f081b97ae17333276cde700845f06f04..d1d8b9dfd5ced5cb343e420e24600dba50cec526 100644
|
| --- a/chrome/browser/ui/webui/options/cookies_view_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/cookies_view_handler.cc
|
| @@ -203,7 +203,7 @@ void CookiesViewHandler::EnsureCookiesTreeModelCreated() {
|
| new BrowsingDataIndexedDBHelper(indexed_db_context),
|
| BrowsingDataFileSystemHelper::Create(file_system_context),
|
| BrowsingDataQuotaHelper::Create(profile),
|
| - BrowsingDataChannelIDHelper::Create(profile),
|
| + BrowsingDataChannelIDHelper::Create(profile->GetRequestContext()),
|
| new BrowsingDataServiceWorkerHelper(service_worker_context),
|
| BrowsingDataFlashLSOHelper::Create(profile));
|
| cookies_tree_model_.reset(
|
|
|