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

Unified Diff: blimp/net/stream_packet_reader.h

Issue 1538253002: Switch to standard integer types in blimp/. (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 | « blimp/net/common.h ('k') | blimp/net/stream_packet_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/stream_packet_reader.h
diff --git a/blimp/net/stream_packet_reader.h b/blimp/net/stream_packet_reader.h
index 21a6dab89deec5b28d8a8659c39664d49a7c94d5..dd67351337e15a02b68955148d86bb31091c2bd6 100644
--- a/blimp/net/stream_packet_reader.h
+++ b/blimp/net/stream_packet_reader.h
@@ -5,6 +5,8 @@
#ifndef BLIMP_NET_STREAM_PACKET_READER_H_
#define BLIMP_NET_STREAM_PACKET_READER_H_
+#include <stddef.h>
+
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
« no previous file with comments | « blimp/net/common.h ('k') | blimp/net/stream_packet_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698