| Index: chrome/browser/media_galleries/fileapi/iphoto_file_util.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/iphoto_file_util.cc b/chrome/browser/media_galleries/fileapi/iphoto_file_util.cc
|
| index f0388d69d2bfe1944f6979a56b25cfa456414586..08bc6438c4ee96436e8f8a7414507b683ddcf8fb 100644
|
| --- a/chrome/browser/media_galleries/fileapi/iphoto_file_util.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/iphoto_file_util.cc
|
| @@ -16,12 +16,12 @@
|
| #include "chrome/browser/media_galleries/fileapi/media_path_filter.h"
|
| #include "chrome/browser/media_galleries/imported_media_gallery_registry.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "storage/browser/fileapi/file_system_operation_context.h"
|
| +#include "storage/browser/fileapi/file_system_url.h"
|
| +#include "storage/browser/fileapi/native_file_util.h"
|
| #include "storage/common/blob/shareable_file_reference.h"
|
| #include "storage/common/fileapi/directory_entry.h"
|
| #include "storage/common/fileapi/file_system_util.h"
|
| -#include "webkit/browser/fileapi/file_system_operation_context.h"
|
| -#include "webkit/browser/fileapi/file_system_url.h"
|
| -#include "webkit/browser/fileapi/native_file_util.h"
|
|
|
| using storage::DirectoryEntry;
|
|
|
|
|