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

Unified Diff: chrome/browser/sync_file_system/local/local_file_change_tracker.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/sync_file_system/local/local_file_change_tracker.cc
diff --git a/chrome/browser/sync_file_system/local/local_file_change_tracker.cc b/chrome/browser/sync_file_system/local/local_file_change_tracker.cc
index 61e2312164b0ebbcae7bae66359e991c0cc39804..6bbe60ea8867e1ddf54602a0e9fa26feae1e6e1d 100644
--- a/chrome/browser/sync_file_system/local/local_file_change_tracker.cc
+++ b/chrome/browser/sync_file_system/local/local_file_change_tracker.cc
@@ -336,7 +336,7 @@ SyncStatusCode LocalFileChangeTracker::CollectLastDirtyChanges(
scoped_ptr<FileSystemOperationContext> context(
new FileSystemOperationContext(file_system_context));
- base::PlatformFileInfo file_info;
+ base::File::Info file_info;
base::FilePath platform_path;
while (!dirty_files.empty()) {

Powered by Google App Engine
This is Rietveld 408576698