| 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 a6e84a6ca3ad2cbddfd7d64de688e4e9defac1e4..fef348cf889892ca29c9072cb851419421c3807c 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,12 +19,12 @@
|
| #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/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"
|
| -#include "webkit/browser/fileapi/file_system_context.h"
|
| -#include "webkit/browser/fileapi/file_system_file_util.h"
|
| -#include "webkit/browser/fileapi/file_system_operation_context.h"
|
| -#include "webkit/browser/fileapi/file_system_operation_runner.h"
|
|
|
| using storage::FileSystemContext;
|
| using storage::FileSystemFileUtil;
|
|
|