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

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

Issue 105293002: Move more file_util functions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 bf0e5afe68692ee5f0cc7118f4ed8fe0a3c392b3..04abf15222b57c3d86b4c59607f84c44e0d811d1 100644
--- a/chrome/browser/media_galleries/fileapi/iapps_finder_impl_mac.mm
+++ b/chrome/browser/media_galleries/fileapi/iapps_finder_impl_mac.mm
@@ -57,7 +57,7 @@ void FindMostRecentDatabase(
continue;
base::PlatformFileInfo file_info;
- if (!file_util::GetFileInfo(db_path, &file_info))
+ if (!base::GetFileInfo(db_path, &file_info))
continue;
// In case of two databases with the same modified time, tie breaker goes
« 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