| 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()) {
|
|
|