| 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 a47d6e2cf847aa3cde39617df1fb59a5258c566e..cda1cb9dc9fbbb4c1baa7335ffdda23deab064de 100644
|
| --- a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
|
| +++ b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
|
| @@ -87,9 +87,9 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SyncableFileSystemOperation
|
| typedef SyncableFileSystemOperation self;
|
| class QueueableTask;
|
|
|
| - // Only FileSystemBackends can create a new operation directly.
|
| - friend class fileapi::SandboxFileSystemBackend;
|
| - friend class SandboxFileSystemBackend;
|
| + // Only SyncFileSystemBackend can create a new operation directly.
|
| + friend class SyncFileSystemBackend;
|
| +
|
| SyncableFileSystemOperation(
|
| const fileapi::FileSystemURL& url,
|
| fileapi::FileSystemContext* file_system_context,
|
|
|