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

Unified Diff: net/tools/balsa/balsa_headers.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/tools/balsa/balsa_frame.cc ('k') | net/tools/balsa/noop_balsa_visitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/balsa/balsa_headers.h
diff --git a/net/tools/balsa/balsa_headers.h b/net/tools/balsa/balsa_headers.h
index 3fc01c4c157a0c1651f686a776426f97cec02304..a67e7435133c14eee30d8b23f8f2607e1e6bc288 100644
--- a/net/tools/balsa/balsa_headers.h
+++ b/net/tools/balsa/balsa_headers.h
@@ -5,6 +5,8 @@
#ifndef NET_TOOLS_BALSA_BALSA_HEADERS_H_
#define NET_TOOLS_BALSA_BALSA_HEADERS_H_
+#include <stddef.h>
+
#include <algorithm>
#include <iosfwd>
#include <iterator>
« no previous file with comments | « net/tools/balsa/balsa_frame.cc ('k') | net/tools/balsa/noop_balsa_visitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698