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

Unified Diff: cloud_print/gcp20/prototype/dns_packet_parser.cc

Issue 1540213002: Switch to standard integer types in cloud_print/. (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 | « cloud_print/gcp20/prototype/dns_packet_parser.h ('k') | cloud_print/gcp20/prototype/dns_response_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/dns_packet_parser.cc
diff --git a/cloud_print/gcp20/prototype/dns_packet_parser.cc b/cloud_print/gcp20/prototype/dns_packet_parser.cc
index e52ba399e21de8c15bbeb8695ed1b58eb5c9e08d..ef45e20eaa9ae71ee5ed7c8a3f7d26ac6e97812d 100644
--- a/cloud_print/gcp20/prototype/dns_packet_parser.cc
+++ b/cloud_print/gcp20/prototype/dns_packet_parser.cc
@@ -4,6 +4,8 @@
#include "cloud_print/gcp20/prototype/dns_packet_parser.h"
+#include <stddef.h>
+
#include "base/big_endian.h"
#include "base/logging.h"
« no previous file with comments | « cloud_print/gcp20/prototype/dns_packet_parser.h ('k') | cloud_print/gcp20/prototype/dns_response_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698