| OLD | NEW |
| 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_MOUNT_POINT_PRO
VIDER_H_ | 5 #ifndef CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_MOUNT_POINT_PRO
VIDER_H_ |
| 6 #define CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_MOUNT_POINT_PRO
VIDER_H_ | 6 #define CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_MOUNT_POINT_PRO
VIDER_H_ |
| 7 | 7 |
| 8 #include "base/memory/scoped_ptr.h" | 8 #include "base/memory/scoped_ptr.h" |
| 9 #include "chrome/browser/media_galleries/fileapi/mtp_device_file_system_config.h
" | 9 #include "chrome/browser/media_galleries/fileapi/mtp_device_file_system_config.h
" |
| 10 #include "webkit/fileapi/file_system_mount_point_provider.h" | 10 #include "webkit/browser/fileapi/file_system_mount_point_provider.h" |
| 11 | 11 |
| 12 namespace fileapi { | 12 namespace fileapi { |
| 13 class AsyncFileUtilAdapter; | 13 class AsyncFileUtilAdapter; |
| 14 } | 14 } |
| 15 | 15 |
| 16 namespace chrome { | 16 namespace chrome { |
| 17 | 17 |
| 18 class MediaPathFilter; | 18 class MediaPathFilter; |
| 19 | 19 |
| 20 #if defined(SUPPORT_MTP_DEVICE_FILESYSTEM) | 20 #if defined(SUPPORT_MTP_DEVICE_FILESYSTEM) |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 scoped_ptr<DeviceMediaAsyncFileUtil> device_media_async_file_util_; | 87 scoped_ptr<DeviceMediaAsyncFileUtil> device_media_async_file_util_; |
| 88 #endif | 88 #endif |
| 89 scoped_ptr<fileapi::AsyncFileUtil> itunes_file_util_; | 89 scoped_ptr<fileapi::AsyncFileUtil> itunes_file_util_; |
| 90 | 90 |
| 91 DISALLOW_COPY_AND_ASSIGN(MediaFileSystemMountPointProvider); | 91 DISALLOW_COPY_AND_ASSIGN(MediaFileSystemMountPointProvider); |
| 92 }; | 92 }; |
| 93 | 93 |
| 94 } // namespace chrome | 94 } // namespace chrome |
| 95 | 95 |
| 96 #endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_MOUNT_POINT_
PROVIDER_H_ | 96 #endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_MOUNT_POINT_
PROVIDER_H_ |
| OLD | NEW |