Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: chrome/browser/media_galleries/fileapi/media_path_filter.cc

Issue 2189113002: Rename CalledOnValidSequencedThread() to CalledOnValidSequence(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/media_galleries/fileapi/media_path_filter.cc
diff --git a/chrome/browser/media_galleries/fileapi/media_path_filter.cc b/chrome/browser/media_galleries/fileapi/media_path_filter.cc
index 34807dfc0483d444575df89a6e5b59a376c00038..96d4e488b5147f679163845b6075e46459a1edbf 100644
--- a/chrome/browser/media_galleries/fileapi/media_path_filter.cc
+++ b/chrome/browser/media_galleries/fileapi/media_path_filter.cc
@@ -161,7 +161,7 @@ MediaGalleryFileType MediaPathFilter::GetType(const base::FilePath& path) {
}
void MediaPathFilter::EnsureInitialized() {
- DCHECK(sequence_checker_.CalledOnValidSequencedThread());
+ DCHECK(sequence_checker_.CalledOnValidSequence());
if (initialized_)
return;
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698