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

Unified Diff: webkit/browser/fileapi/syncable/syncable_file_system_operation.h

Issue 18668003: SyncFS: Introduce SyncFileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
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 e8e5c6536f354829eb39f0ab5a4ceead7e022bbb..2279287fed6c9659908b7b4f16712ef02c7c3477 100644
--- a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
+++ b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
@@ -87,9 +87,8 @@ 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,

Powered by Google App Engine
This is Rietveld 408576698