| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 72e0f2ae5dd178efc7c9b648f07919765a293afa..5f2317b7c992597829e7e6a8f91f739b4878e8ca 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -383,6 +383,7 @@ ProfileManager::ProfileManager(const base::FilePath& user_data_dir)
|
| }
|
|
|
| ProfileManager::~ProfileManager() {
|
| + DCHECK_CALLED_ON_VALID_THREAD(thread_checker_);
|
| }
|
|
|
| #if BUILDFLAG(ENABLE_SESSION_SERVICE)
|
|
|