summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/file_stream.h')
-rw-r--r--net/base/file_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/file_stream.h b/net/base/file_stream.h
index 89db65e..1524da5 100644
--- a/net/base/file_stream.h
+++ b/net/base/file_stream.h
@@ -68,7 +68,8 @@ class NET_EXPORT FileStream {
// relative to the start of the file. Otherwise, an error code is returned.
// It is invalid to request any asynchronous operations while there is an
// in-flight asynchronous operation.
- virtual int Seek(base::File::Whence whence, int64 offset,
+ virtual int Seek(base::File::Whence whence,
+ int64_t offset,
const Int64CompletionCallback& callback);
// Call this method to read data from the current stream position