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..35691f43b36a73e86dcdc57b64fae3b9dd2bdb12 100644 |
--- a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h |
+++ b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h |
@@ -89,7 +89,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SyncableFileSystemOperation |
// Only MountPointProviders can create a new operation directly. |
friend class fileapi::SandboxMountPointProvider; |
- friend class SandboxMountPointProvider; |
+ friend class SyncableSandboxMountPointProvider; |
+ |
SyncableFileSystemOperation( |
const fileapi::FileSystemURL& url, |
fileapi::FileSystemContext* file_system_context, |