| Index: chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
| diff --git a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
| index 884833c22f2222a247061d56dc8f8867be88c8f7..56ec5fd5530551fa366e106ed4fb7c49c7f9195a 100644
|
| --- a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
| +++ b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
| @@ -92,7 +92,7 @@ int32_t PepperIsolatedFileSystemMessageFilter::OnResourceMessageReceived(
|
| }
|
|
|
| Profile* PepperIsolatedFileSystemMessageFilter::GetProfile() {
|
| - DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| ProfileManager* profile_manager = g_browser_process->profile_manager();
|
| return profile_manager->GetProfile(profile_directory_);
|
| }
|
|
|