| Index: chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc | 
| diff --git a/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc b/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc | 
| index 051185f19fc051ec9c6000ee41492784066a4c31..6593e98773c4e78e9b183a246fd08ecb1c351cb4 100644 | 
| --- a/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc | 
| +++ b/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc | 
| @@ -19,6 +19,8 @@ | 
| #include "chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.h" | 
| #include "webkit/blob/local_file_stream_reader.h" | 
| #include "webkit/browser/fileapi/copy_or_move_file_validator.h" | 
| +#include "webkit/browser/fileapi/isolated_file_util.h" | 
| +#include "webkit/browser/fileapi/native_file_util.h" | 
| #include "webkit/fileapi/async_file_util_adapter.h" | 
| #include "webkit/fileapi/file_system_context.h" | 
| #include "webkit/fileapi/file_system_file_stream_reader.h" | 
| @@ -27,10 +29,8 @@ | 
| #include "webkit/fileapi/file_system_types.h" | 
| #include "webkit/fileapi/file_system_util.h" | 
| #include "webkit/fileapi/isolated_context.h" | 
| -#include "webkit/fileapi/isolated_file_util.h" | 
| #include "webkit/fileapi/local_file_stream_writer.h" | 
| #include "webkit/fileapi/local_file_system_operation.h" | 
| -#include "webkit/fileapi/native_file_util.h" | 
|  | 
|  | 
| using fileapi::FileSystemContext; | 
|  |