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

Unified Diff: net/base/mime_util.h

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef 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 | « net/base/mime_sniffer.h ('k') | net/base/mime_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/mime_util.h
diff --git a/net/base/mime_util.h b/net/base/mime_util.h
index 34fcedafaa37f3af9c640172b57790bf7bf6abbc..d58ddb07a92ba9ee9d85c5fd358a6ddec7aa8a96 100644
--- a/net/base/mime_util.h
+++ b/net/base/mime_util.h
@@ -17,6 +17,8 @@
// All constants in mime_util.cc must be written in lower case, except parameter
// values, which can be any case.
+#include <stddef.h>
+
#include <string>
#include <vector>
« no previous file with comments | « net/base/mime_sniffer.h ('k') | net/base/mime_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698