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

Unified Diff: net/base/zap.cc

Issue 1548993002: Switch to standard integer types in base/strings/. (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 | « content/shell/app/shell_crash_reporter_client.h ('k') | ppapi/shared_impl/ppb_gamepad_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/zap.cc
diff --git a/net/base/zap.cc b/net/base/zap.cc
index 331d696557fe4c0a68202686455d2cac68331ffc..6bc2d350129c462b728be2cd27c492fe1d48a318 100644
--- a/net/base/zap.cc
+++ b/net/base/zap.cc
@@ -4,6 +4,8 @@
#include "net/base/zap.h"
+#include <string.h>
+
namespace net {
void ZapBuf(void* buf, size_t buf_len) {
« no previous file with comments | « content/shell/app/shell_crash_reporter_client.h ('k') | ppapi/shared_impl/ppb_gamepad_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698