| Index: content/browser/loader/sync_resource_handler.h
|
| diff --git a/content/browser/loader/sync_resource_handler.h b/content/browser/loader/sync_resource_handler.h
|
| index fb028475fbbf3b7ae44a02c37286b4acb94710a6..49b0d919da0a084c5ac36a10d5d80f29a2909d4d 100644
|
| --- a/content/browser/loader/sync_resource_handler.h
|
| +++ b/content/browser/loader/sync_resource_handler.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_BROWSER_LOADER_SYNC_RESOURCE_HANDLER_H_
|
| #define CONTENT_BROWSER_LOADER_SYNC_RESOURCE_HANDLER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "content/browser/loader/resource_handler.h"
|
| @@ -56,7 +58,7 @@ class SyncResourceHandler : public ResourceHandler {
|
| SyncLoadResult result_;
|
| IPC::Message* result_message_;
|
| ResourceDispatcherHostImpl* rdh_;
|
| - int64 total_transfer_size_;
|
| + int64_t total_transfer_size_;
|
| };
|
|
|
| } // namespace content
|
|
|