Chromium Code Reviews| Index: webkit/browser/fileapi/syncable/syncable_file_system_operation.h |
| diff --git a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h |
| index 821dbfa8321f4ee6b296b011c3b64ed7c9cb38c2..87388cdb46cfd2396938b74f7a098e36de3c1468 100644 |
| --- a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h |
| +++ b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h |
| @@ -18,7 +18,7 @@ |
| namespace fileapi { |
| class FileSystemContext; |
| class FileSystemOperationContext; |
| -class SandboxMountPointProvider; |
| +class SandboxFileSystemBackend; |
| } |
| namespace sync_file_system { |
| @@ -88,8 +88,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SyncableFileSystemOperation |
| class QueueableTask; |
| // Only MountPointProviders can create a new operation directly. |
|
kinuko
2013/07/05 05:11:11
MountPointProviders -> FileSystemBackends
satorux1
2013/07/05 05:25:35
Done.
|
| - friend class fileapi::SandboxMountPointProvider; |
| - friend class SandboxMountPointProvider; |
| + friend class fileapi::SandboxFileSystemBackend; |
| + friend class SandboxFileSystemBackend; |
| SyncableFileSystemOperation( |
| const fileapi::FileSystemURL& url, |
| fileapi::FileSystemContext* file_system_context, |