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

Unified Diff: net/ssl/ssl_platform_key_util_unittest.cc

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
« chrome/common/DEPS ('K') | « net/ssl/ssl_platform_key_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_platform_key_util_unittest.cc
diff --git a/net/ssl/ssl_platform_key_util_unittest.cc b/net/ssl/ssl_platform_key_util_unittest.cc
index c7e9130ce1694a2e7d2888c971a84756c885bcdb..1e7b9d3d5480b7579dbbc0b32dad5cd235dc87e3 100644
--- a/net/ssl/ssl_platform_key_util_unittest.cc
+++ b/net/ssl/ssl_platform_key_util_unittest.cc
@@ -4,7 +4,6 @@
#include "net/ssl/ssl_platform_key_util.h"
-#include <openssl/ecdsa.h>
#include <stddef.h>
#include "base/memory/ref_counted.h"
@@ -13,6 +12,7 @@
#include "net/test/cert_test_util.h"
#include "net/test/test_data_directory.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "third_party/boringssl/src/include/openssl/ecdsa.h"
namespace net {
« chrome/common/DEPS ('K') | « net/ssl/ssl_platform_key_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698