| Index: chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context.cc b/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| index 88273abc1d2135afb3d82befb95effff2d250412..0aafc6d6c44b400f8df387ebb35ec5f8d86e0a1c 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| @@ -19,11 +19,11 @@
|
| #include "chrome/browser/sync_file_system/logger.h"
|
| #include "chrome/browser/sync_file_system/sync_file_metadata.h"
|
| #include "chrome/browser/sync_file_system/syncable_file_system_util.h"
|
| +#include "storage/browser/blob/scoped_file.h"
|
| #include "storage/browser/fileapi/file_system_context.h"
|
| #include "storage/browser/fileapi/file_system_file_util.h"
|
| #include "storage/browser/fileapi/file_system_operation_context.h"
|
| #include "storage/browser/fileapi/file_system_operation_runner.h"
|
| -#include "storage/common/blob/scoped_file.h"
|
| #include "storage/common/fileapi/file_system_util.h"
|
|
|
| using storage::FileSystemContext;
|
|
|