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

Unified Diff: net/websockets/websocket_inflater.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
Index: net/websockets/websocket_inflater.h
diff --git a/net/websockets/websocket_inflater.h b/net/websockets/websocket_inflater.h
index d0628677353df743632cbafa3514c1ef2bf6a8ca..e695fa1da30bc3d1d91ab2e1a0e04e25d16804f8 100644
--- a/net/websockets/websocket_inflater.h
+++ b/net/websockets/websocket_inflater.h
@@ -6,6 +6,7 @@
#define NET_WEBSOCKETS_WEBSOCKET_INFLATER_H_
#include <stddef.h>
+
#include <deque>
#include <utility>
#include <vector>
« no previous file with comments | « net/websockets/websocket_handshake_stream_create_helper_test.cc ('k') | net/websockets/websocket_stream_create_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698