Index: webkit/blob/local_file_reader.cc |
=================================================================== |
--- webkit/blob/local_file_reader.cc (revision 132070) |
+++ webkit/blob/local_file_reader.cc (working copy) |
@@ -42,7 +42,7 @@ |
file_info.last_modified.ToTimeT(); |
} |
-void DidGetFileInfoForGetLength(const net::CompletionCallback& callback, |
+void DidGetFileInfoForGetLength(const net::Int64CompletionCallback& callback, |
const base::Time& expected_modification_time, |
int64 initial_offset, |
base::PlatformFileError error, |
@@ -169,7 +169,7 @@ |
make_scoped_refptr(buf), buf_len, callback)); |
} |
-int LocalFileReader::GetLength(const net::CompletionCallback& callback) { |
+int LocalFileReader::GetLength(const net::Int64CompletionCallback& callback) { |
const bool posted = base::FileUtilProxy::GetFileInfo( |
file_thread_proxy_, file_path_, |
base::Bind(&DidGetFileInfoForGetLength, callback, |