| 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 "webkit/fileapi/file_system_mount_point_provider.h" | 9 #include "webkit/browser/fileapi/file_system_mount_point_provider.h" | 
| 10 | 10 | 
| 11 namespace fileapi { | 11 namespace fileapi { | 
| 12 class AsyncFileUtilAdapter; | 12 class AsyncFileUtilAdapter; | 
| 13 } | 13 } | 
| 14 | 14 | 
| 15 namespace chrome { | 15 namespace chrome { | 
| 16 | 16 | 
| 17 class MediaPathFilter; | 17 class MediaPathFilter; | 
| 18 | 18 | 
| 19 class DeviceMediaAsyncFileUtil; | 19 class DeviceMediaAsyncFileUtil; | 
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 82   scoped_ptr<fileapi::AsyncFileUtilAdapter> native_media_file_util_; | 82   scoped_ptr<fileapi::AsyncFileUtilAdapter> native_media_file_util_; | 
| 83   scoped_ptr<DeviceMediaAsyncFileUtil> device_media_async_file_util_; | 83   scoped_ptr<DeviceMediaAsyncFileUtil> device_media_async_file_util_; | 
| 84   scoped_ptr<fileapi::AsyncFileUtil> itunes_file_util_; | 84   scoped_ptr<fileapi::AsyncFileUtil> itunes_file_util_; | 
| 85 | 85 | 
| 86   DISALLOW_COPY_AND_ASSIGN(MediaFileSystemMountPointProvider); | 86   DISALLOW_COPY_AND_ASSIGN(MediaFileSystemMountPointProvider); | 
| 87 }; | 87 }; | 
| 88 | 88 | 
| 89 }  // namespace chrome | 89 }  // namespace chrome | 
| 90 | 90 | 
| 91 #endif  // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_MOUNT_POINT_
    PROVIDER_H_ | 91 #endif  // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_MOUNT_POINT_
    PROVIDER_H_ | 
| OLD | NEW | 
|---|