diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssl_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h index d1f3d1f..6c1d73b 100644 --- a/crypto/openssl_util.h +++ b/crypto/openssl_util.h @@ -7,7 +7,7 @@ #pragma once #include "base/basictypes.h" -#include "base/tracked.h" +#include "base/location.h" namespace crypto { |