summaryrefslogtreecommitdiffstats
path: root/crypto/cssm_init.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-21 13:34:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 21:35:49 +0000
commitdd373b8b7d7501cf7f3bbfe861f58dce67578a69 (patch)
tree037d2922a3dc5079e1eff59e9a3eb5fe3c605fa0 /crypto/cssm_init.h
parent64114156487081d877b793d3a501a8658743141d (diff)
downloadchromium_src-dd373b8b7d7501cf7f3bbfe861f58dce67578a69.zip
chromium_src-dd373b8b7d7501cf7f3bbfe861f58dce67578a69.tar.gz
chromium_src-dd373b8b7d7501cf7f3bbfe861f58dce67578a69.tar.bz2
Switch to standard integer types in crypto/.
BUG=138542 TBR=rsleevi@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1539353003 Cr-Commit-Position: refs/heads/master@{#366460}
Diffstat (limited to 'crypto/cssm_init.h')
-rw-r--r--crypto/cssm_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cssm_init.h b/crypto/cssm_init.h
index e711099..3eece1b 100644
--- a/crypto/cssm_init.h
+++ b/crypto/cssm_init.h
@@ -7,7 +7,7 @@
#include <Security/cssm.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "crypto/crypto_export.h"
namespace crypto {