Index: trunk/src/chrome/browser/sync_file_system/local/syncable_file_system_operation.cc |
=================================================================== |
--- trunk/src/chrome/browser/sync_file_system/local/syncable_file_system_operation.cc (revision 233010) |
+++ trunk/src/chrome/browser/sync_file_system/local/syncable_file_system_operation.cc (working copy) |
@@ -274,6 +274,7 @@ |
void SyncableFileSystemOperation::OpenFile( |
const FileSystemURL& url, |
int file_flags, |
+ base::ProcessHandle peer_handle, |
const OpenFileCallback& callback) { |
NOTREACHED(); |
} |