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

Unified Diff: net/base/zap.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/url_util.h ('k') | net/cert/cert_net_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/zap.h
diff --git a/net/base/zap.h b/net/base/zap.h
index 5be113add3f6469271b88fc06622009f08b81301..be60828b963599da3dd159703d60ef469bd2f1bb 100644
--- a/net/base/zap.h
+++ b/net/base/zap.h
@@ -5,7 +5,10 @@
#ifndef NET_BASE_ZAP_H_
#define NET_BASE_ZAP_H_
+#include <stddef.h>
+
#include <string>
+
#include "base/strings/string16.h"
namespace net {
« no previous file with comments | « net/base/url_util.h ('k') | net/cert/cert_net_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698