Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h

Issue 14895013: Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698