Index: webkit/fileapi/local_file_system_operation.h |
diff --git a/webkit/fileapi/local_file_system_operation.h b/webkit/fileapi/local_file_system_operation.h |
index 273caaaba233d0fffc77f5176f6b3ce9920b4549..708b144ee896f5acc6e6314913990cf60c03b6f2 100644 |
--- a/webkit/fileapi/local_file_system_operation.h |
+++ b/webkit/fileapi/local_file_system_operation.h |
@@ -226,7 +226,7 @@ class FILEAPI_EXPORT LocalFileSystemOperation |
base::PlatformFileError rv, |
const base::PlatformFileInfo& file_info, |
const FilePath& platform_path, |
- const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref); |
+ FileSystemFileUtil::SnapshotFilePolicy snapshot_policy); |
// Checks the validity of a given |url| and populates |file_util| for |mode|. |
base::PlatformFileError SetUp( |