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

Unified Diff: crypto/cssm_init.h

Issue 1539353003: Switch to standard integer types in crypto/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « crypto/capi_util.cc ('k') | crypto/cssm_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/cssm_init.h
diff --git a/crypto/cssm_init.h b/crypto/cssm_init.h
index e711099ef08e6e075d321911fe23ee2e4e6b5616..3eece1b9c3be12a788a2d2603614782b01d23703 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 {
« no previous file with comments | « crypto/capi_util.cc ('k') | crypto/cssm_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698