Index: net/url_request/url_fetcher_impl.h |
diff --git a/net/url_request/url_fetcher_impl.h b/net/url_request/url_fetcher_impl.h |
index 0878469cb760edc0c9ea3aec18273973f1196473..761dc80e688783383bb07e0139fc3f3a3c2d0627 100644 |
--- a/net/url_request/url_fetcher_impl.h |
+++ b/net/url_request/url_fetcher_impl.h |
@@ -44,8 +44,8 @@ class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher { |
void SetUploadFilePath( |
const std::string& upload_content_type, |
const base::FilePath& file_path, |
- uint64 range_offset, |
- uint64 range_length, |
+ uint64_t range_offset, |
+ uint64_t range_length, |
scoped_refptr<base::TaskRunner> file_task_runner) override; |
void SetUploadStreamFactory( |
const std::string& upload_content_type, |