| Index: chrome/browser/task_management/sampling/task_manager_io_thread_helper.cc
|
| diff --git a/chrome/browser/task_management/sampling/task_manager_io_thread_helper.cc b/chrome/browser/task_management/sampling/task_manager_io_thread_helper.cc
|
| index 262540ad0931c86ffb6ff71a1ee5c5afbf8d606b..0e221db1a43305836ebd5d3d42d630fe02c4d852 100644
|
| --- a/chrome/browser/task_management/sampling/task_manager_io_thread_helper.cc
|
| +++ b/chrome/browser/task_management/sampling/task_manager_io_thread_helper.cc
|
| @@ -52,7 +52,7 @@ void TaskManagerIoThreadHelper::DeleteInstance() {
|
|
|
| // static
|
| void TaskManagerIoThreadHelper::OnRawBytesRead(const net::URLRequest& request,
|
| - int bytes_read) {
|
| + int64_t bytes_read) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::IO);
|
|
|
| if (g_io_thread_helper)
|
| @@ -89,7 +89,7 @@ void TaskManagerIoThreadHelper::OnMultipleBytesReadIO() {
|
| }
|
|
|
| void TaskManagerIoThreadHelper::OnNetworkBytesRead(
|
| - const net::URLRequest& request, int bytes_read) {
|
| + const net::URLRequest& request, int64_t bytes_read) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::IO);
|
|
|
| // Only net::URLRequestJob instances created by the ResourceDispatcherHost
|
|
|