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

Unified Diff: components/packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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: components/packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc
diff --git a/components/packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc b/components/packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc
index 6e2c1fb6d4938422f7f5ddbfb66b55ee3dc92c9c..3af276052439e06da5a5fdb110e8364b2c2fd6f0 100644
--- a/components/packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc
+++ b/components/packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc
@@ -4,10 +4,13 @@
#include "components/packed_ct_ev_whitelist/packed_ct_ev_whitelist.h"
+#include <stdint.h>
+
#include <algorithm>
#include <string>
#include "base/big_endian.h"
+#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698