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

Unified Diff: chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h

Issue 318753007: Remove stale references to PlatformFile flags, errors or functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/media_galleries/win/mtp_device_operations_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
diff --git a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
index 94e611fa2e617c8cfa59a23b52995e6541bfed46..c791e6ed0093621381c2963492f2b110e2986a5f 100644
--- a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
+++ b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
@@ -17,7 +17,7 @@ class UtilityProcessHost;
}
// Uses a utility process to validate a media file. If the callback returns
-// PLATFORM_FILE_OK, then the file appears to be a valid media file. This does
+// File::FILE_OK, then the file appears to be a valid media file. This does
// not attempt to decode the entire file, which may take a considerable amount
// of time. This class may be constructed on any thread, but should run on the
// IO thread.
« no previous file with comments | « no previous file | chrome/browser/media_galleries/win/mtp_device_operations_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698