Switch to standard integer types in net/.

BUG=488550
[email protected]

Review URL: https://codereview.chromium.org/1535363003 .

Cr-Commit-Position: refs/heads/master@{#366297}
diff --git a/net/url_request/file_protocol_handler.h b/net/url_request/file_protocol_handler.h
index 4ac81d35..4a66df15 100644
--- a/net/url_request/file_protocol_handler.h
+++ b/net/url_request/file_protocol_handler.h
@@ -5,8 +5,8 @@
 #ifndef NET_URL_REQUEST_FILE_PROTOCOL_HANDLER_H_
 #define NET_URL_REQUEST_FILE_PROTOCOL_HANDLER_H_
 
-#include "base/basictypes.h"
 #include "base/compiler_specific.h"
+#include "base/macros.h"
 #include "base/memory/ref_counted.h"
 #include "net/url_request/url_request_job_factory.h"