| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index bddd0e861806d430d6ed65153a11ce49f6b1982a..69f51a77bb036f5b2a9b57452f3c1c25925a689a 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -1218,7 +1218,7 @@ void ProfileIOData::ShutdownOnUIThread(
|
| network_prediction_enabled_.Destroy();
|
| network_prediction_options_.Destroy();
|
| quick_check_enabled_.Destroy();
|
| - if (media_device_id_salt_)
|
| + if (media_device_id_salt_.get())
|
| media_device_id_salt_->ShutdownOnUIThread();
|
| session_startup_pref_.Destroy();
|
| #if defined(ENABLE_CONFIGURATION_POLICY)
|
|
|