Index: chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
index d9f89aa6500a05d68905d780450d0956ffb08e29..0948dc034b378ada3969023eec804f3ec52359eb 100644 |
--- a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
+++ b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
@@ -70,7 +70,6 @@ class SyncableFileSystemOperation |
const StatusCallback& callback) OVERRIDE; |
virtual void OpenFile(const fileapi::FileSystemURL& url, |
int file_flags, |
- base::ProcessHandle peer_handle, |
const OpenFileCallback& callback) OVERRIDE; |
virtual void Cancel(const StatusCallback& cancel_callback) OVERRIDE; |
virtual void CreateSnapshotFile( |