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

Unified Diff: url/url_canon_internal.h

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_icu_unittest.cc ('k') | url/url_canon_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_canon_internal.h
diff --git a/url/url_canon_internal.h b/url/url_canon_internal.h
index 8a926b6e3d58c5a7e273044de278170ab34c6318..e651e0ce8379acffb945c578de1b74de5029013c 100644
--- a/url/url_canon_internal.h
+++ b/url/url_canon_internal.h
@@ -10,6 +10,7 @@
// template bloat because everything is inlined when anybody calls any of our
// functions.
+#include <stddef.h>
#include <stdlib.h>
#include "base/logging.h"
« no previous file with comments | « url/url_canon_icu_unittest.cc ('k') | url/url_canon_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698