Chromium Code Reviews| Index: chrome/browser/profiles/profile_io_data.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile_io_data.cc (revision 90949) |
| +++ chrome/browser/profiles/profile_io_data.cc (working copy) |
| @@ -520,4 +520,5 @@ |
| void ProfileIOData::ShutdownOnUIThread() { |
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
| enable_referrers_.Destroy(); |
| + clear_local_state_on_exit_.Destroy(); |
| } |