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

Unified Diff: chrome/utility/safe_browsing/mac/read_stream_unittest.cc

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
« no previous file with comments | « chrome/utility/safe_browsing/mac/read_stream.h ('k') | chrome/utility/safe_browsing/mac/udif.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/safe_browsing/mac/read_stream_unittest.cc
diff --git a/chrome/utility/safe_browsing/mac/read_stream_unittest.cc b/chrome/utility/safe_browsing/mac/read_stream_unittest.cc
index b1d3b78f58e8cc7b3d14986c053c088f136f2a3c..335fe90f424f1eb92fdbf8cdbed53ee27bbf0e18 100644
--- a/chrome/utility/safe_browsing/mac/read_stream_unittest.cc
+++ b/chrome/utility/safe_browsing/mac/read_stream_unittest.cc
@@ -4,6 +4,9 @@
#include "chrome/utility/safe_browsing/mac/read_stream.h"
+#include <stddef.h>
+#include <stdint.h>
+
#include <vector>
#include "base/files/file.h"
« no previous file with comments | « chrome/utility/safe_browsing/mac/read_stream.h ('k') | chrome/utility/safe_browsing/mac/udif.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698