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

Unified Diff: chrome/browser/media_galleries/win/snapshot_file_details.cc

Issue 145303002: Convert Media Galleries to use base::File (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/win/snapshot_file_details.cc
diff --git a/chrome/browser/media_galleries/win/snapshot_file_details.cc b/chrome/browser/media_galleries/win/snapshot_file_details.cc
index 093ef0487d0cf79d306c0131bd1730cebff7c39f..a514eea84ea6ed0885b6c514ee7a6f82367f823e 100644
--- a/chrome/browser/media_galleries/win/snapshot_file_details.cc
+++ b/chrome/browser/media_galleries/win/snapshot_file_details.cc
@@ -37,8 +37,7 @@ SnapshotFileDetails::~SnapshotFileDetails() {
file_stream_.Release();
}
-void SnapshotFileDetails::set_file_info(
- const base::PlatformFileInfo& file_info) {
+void SnapshotFileDetails::set_file_info(const base::File::Info& file_info) {
file_info_ = file_info;
}
« no previous file with comments | « chrome/browser/media_galleries/win/snapshot_file_details.h ('k') | chrome/browser/storage_monitor/image_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698