Index: content/browser/loader/mime_type_resource_handler_unittest.cc |
diff --git a/content/browser/loader/mime_type_resource_handler_unittest.cc b/content/browser/loader/mime_type_resource_handler_unittest.cc |
index 43005adc5c71a288b22193bf99b2efdff1a325ad..a4967496de58553506ae3e5cb89edb026766b8f9 100644 |
--- a/content/browser/loader/mime_type_resource_handler_unittest.cc |
+++ b/content/browser/loader/mime_type_resource_handler_unittest.cc |
@@ -4,6 +4,8 @@ |
#include "content/browser/loader/mime_type_resource_handler.h" |
+#include <stdint.h> |
+ |
#include "base/files/file_path.h" |
#include "base/logging.h" |
#include "base/macros.h" |
@@ -90,7 +92,7 @@ class TestResourceDispatcherHost : public ResourceDispatcherHostImpl { |
net::URLRequest* request, |
bool is_content_initiated, |
bool must_download, |
- uint32 id, |
+ uint32_t id, |
scoped_ptr<DownloadSaveInfo> save_info, |
const DownloadUrlParameters::OnStartedCallback& started_cb) override { |
return scoped_ptr<ResourceHandler>(new TestResourceHandler).Pass(); |