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

Unified Diff: chrome/utility/safe_browsing/mac/read_stream.h

Issue 1548153002: Switch to standard integer types in chrome/. (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
Index: chrome/utility/safe_browsing/mac/read_stream.h
diff --git a/chrome/utility/safe_browsing/mac/read_stream.h b/chrome/utility/safe_browsing/mac/read_stream.h
index 507a33c0914d8dfaa80cf6e2f5df29f879de2f8c..231ed1536c63c075df9d17f461aed171902b2d00 100644
--- a/chrome/utility/safe_browsing/mac/read_stream.h
+++ b/chrome/utility/safe_browsing/mac/read_stream.h
@@ -5,6 +5,7 @@
#ifndef CHROME_UTILITY_SAFE_BROWSING_MAC_READ_STREAM_H_
#define CHROME_UTILITY_SAFE_BROWSING_MAC_READ_STREAM_H_
+#include <stddef.h>
#include <stdint.h>
#include <unistd.h>
« no previous file with comments | « chrome/utility/safe_browsing/mac/hfs_unittest.cc ('k') | chrome/utility/safe_browsing/mac/read_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698