Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: url/url_canon_internal.cc

Issue 1542703002: Switch to standard integer types in url/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « url/url_canon_internal.h ('k') | url/url_canon_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_canon_internal.cc
diff --git a/url/url_canon_internal.cc b/url/url_canon_internal.cc
index 164c6cf041e57f93e337aaf90190bbf560e1e0e3..a727ca2b2718d9de469596f5aff3e5a1f109a28f 100644
--- a/url/url_canon_internal.cc
+++ b/url/url_canon_internal.cc
@@ -5,6 +5,7 @@
#include "url/url_canon_internal.h"
#include <errno.h>
+#include <stddef.h>
#include <stdlib.h>
#include <cstdio>
« no previous file with comments | « url/url_canon_internal.h ('k') | url/url_canon_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698