| Index: chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc b/chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc
|
| index 03c0156becab8200b9441a3147ca5425467fee2d..9cf76fd83fe1875d258d6bcbbd117211fb978145 100644
|
| --- a/chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc
|
| @@ -33,7 +33,7 @@ void SafeIAppsLibraryParser::ParseITunesLibrary(
|
| }
|
|
|
| void SafeIAppsLibraryParser::Start() {
|
| - DCHECK(MediaFileSystemBackend::CurrentlyOnMediaTaskRunnerThread());
|
| + MediaFileSystemBackend::AssertCurrentlyOnMediaSequence();
|
|
|
| // |library_file_| will be closed on the IO thread once it has been handed
|
| // off to the child process.
|
|
|