| Index: chrome/browser/android/preferences/website_preference_bridge.cc
|
| diff --git a/chrome/browser/android/preferences/website_preference_bridge.cc b/chrome/browser/android/preferences/website_preference_bridge.cc
|
| index 64fcbf26fbd6222b581303fe3587928a3299a6fc..4c93c319f7a9161c4dcc537a62d54598987b3c4a 100644
|
| --- a/chrome/browser/android/preferences/website_preference_bridge.cc
|
| +++ b/chrome/browser/android/preferences/website_preference_bridge.cc
|
| @@ -530,7 +530,7 @@ class SiteDataDeleteHelper :
|
| new BrowsingDataCookieHelper(profile_->GetRequestContext()),
|
| new BrowsingDataDatabaseHelper(profile_),
|
| new BrowsingDataLocalStorageHelper(profile_),
|
| - NULL,
|
| + nullptr,
|
| new BrowsingDataAppCacheHelper(profile_),
|
| new BrowsingDataIndexedDBHelper(indexed_db_context),
|
| BrowsingDataFileSystemHelper::Create(file_system_context),
|
| @@ -538,7 +538,8 @@ class SiteDataDeleteHelper :
|
| BrowsingDataChannelIDHelper::Create(profile_->GetRequestContext()),
|
| new BrowsingDataServiceWorkerHelper(service_worker_context),
|
| new BrowsingDataCacheStorageHelper(cache_storage_context),
|
| - NULL);
|
| + nullptr,
|
| + nullptr);
|
|
|
| cookies_tree_model_.reset(new CookiesTreeModel(
|
| container, profile_->GetExtensionSpecialStoragePolicy()));
|
|
|