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

Unified Diff: chrome/browser/media_galleries/fileapi/iapps_finder_impl_mac.mm

Issue 101143006: Convert base::file_util to use File instead of PlatformFile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove base:: Created 6 years, 11 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/iapps_finder_impl_mac.mm
diff --git a/chrome/browser/media_galleries/fileapi/iapps_finder_impl_mac.mm b/chrome/browser/media_galleries/fileapi/iapps_finder_impl_mac.mm
index d1d75721bf336b785856b4164dca686d8f0f658b..6005c94f15979584da8c825fcdc17f7a3320fd01 100644
--- a/chrome/browser/media_galleries/fileapi/iapps_finder_impl_mac.mm
+++ b/chrome/browser/media_galleries/fileapi/iapps_finder_impl_mac.mm
@@ -56,7 +56,7 @@ void FindMostRecentDatabase(
if (db_path.empty())
continue;
- base::PlatformFileInfo file_info;
+ base::File::Info file_info;
if (!base::GetFileInfo(db_path, &file_info))
continue;
« no previous file with comments | « chrome/browser/first_run/upgrade_util_linux.cc ('k') | chrome/browser/media_galleries/fileapi/iphoto_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698