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

Unified Diff: components/packed_ct_ev_whitelist/packed_ct_ev_whitelist.h

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.h
diff --git a/components/packed_ct_ev_whitelist/packed_ct_ev_whitelist.h b/components/packed_ct_ev_whitelist/packed_ct_ev_whitelist.h
index f3accc47138ffd974fa3e2e0df489ad16d0f65b5..6ad1349549a111816ddf6af2107f6512381a8e75 100644
--- a/components/packed_ct_ev_whitelist/packed_ct_ev_whitelist.h
+++ b/components/packed_ct_ev_whitelist/packed_ct_ev_whitelist.h
@@ -11,6 +11,7 @@
#include <vector>
#include "base/gtest_prod_util.h"
+#include "base/macros.h"
#include "base/version.h"
#include "net/cert/ct_ev_whitelist.h"

Powered by Google App Engine
This is Rietveld 408576698