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

Unified Diff: chrome/browser/media_galleries/linux/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/linux/snapshot_file_details.cc
diff --git a/chrome/browser/media_galleries/linux/snapshot_file_details.cc b/chrome/browser/media_galleries/linux/snapshot_file_details.cc
index 00995cac28cb063f1b2f00a2eaa13045441f9411..92997c86f4814474cdd976113fb0f4cce6c326d7 100644
--- a/chrome/browser/media_galleries/linux/snapshot_file_details.cc
+++ b/chrome/browser/media_galleries/linux/snapshot_file_details.cc
@@ -31,7 +31,7 @@ SnapshotRequestInfo::~SnapshotRequestInfo() {
SnapshotFileDetails::SnapshotFileDetails(
const SnapshotRequestInfo& request_info,
- const base::PlatformFileInfo& file_info)
+ const base::File::Info& file_info)
: request_info_(request_info),
file_info_(file_info),
bytes_written_(0),

Powered by Google App Engine
This is Rietveld 408576698