| Index: chrome/browser/sync_file_system/syncable_file_system_util.cc
|
| diff --git a/chrome/browser/sync_file_system/syncable_file_system_util.cc b/chrome/browser/sync_file_system/syncable_file_system_util.cc
|
| index 77ea242d8b3eacfa1eeb91337f05139b59eeeac4..4e6e04bb167faaabfe1c3b064d38c7f03daf63fe 100644
|
| --- a/chrome/browser/sync_file_system/syncable_file_system_util.cc
|
| +++ b/chrome/browser/sync_file_system/syncable_file_system_util.cc
|
| @@ -9,10 +9,10 @@
|
| #include "base/command_line.h"
|
| #include "base/location.h"
|
| #include "base/strings/string_util.h"
|
| +#include "storage/browser/fileapi/external_mount_points.h"
|
| +#include "storage/browser/fileapi/file_observers.h"
|
| +#include "storage/browser/fileapi/file_system_context.h"
|
| #include "storage/common/fileapi/file_system_util.h"
|
| -#include "webkit/browser/fileapi/external_mount_points.h"
|
| -#include "webkit/browser/fileapi/file_observers.h"
|
| -#include "webkit/browser/fileapi/file_system_context.h"
|
|
|
| using storage::ExternalMountPoints;
|
| using storage::FileSystemContext;
|
|
|