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

Unified Diff: crypto/ec_private_key.h

Issue 2449873005: include boringssl headers from third_party explicitly (Closed)
Patch Set: review comments Created 4 years, 2 months 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: crypto/ec_private_key.h
diff --git a/crypto/ec_private_key.h b/crypto/ec_private_key.h
index 917f8e1e50350c81c4b9dc1b10a90a7ee4fd6a30..8e5fe5e99bb89ecc4cb4120244f1f8ec37b3caaa 100644
--- a/crypto/ec_private_key.h
+++ b/crypto/ec_private_key.h
@@ -5,7 +5,6 @@
#ifndef CRYPTO_EC_PRIVATE_KEY_H_
#define CRYPTO_EC_PRIVATE_KEY_H_
-#include <openssl/base.h>
#include <stddef.h>
#include <stdint.h>
@@ -16,6 +15,7 @@
#include "base/macros.h"
#include "build/build_config.h"
#include "crypto/crypto_export.h"
+#include "third_party/boringssl/src/include/openssl/base.h"
namespace crypto {
« chrome/common/DEPS ('K') | « crypto/curve25519.cc ('k') | crypto/ec_private_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698