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

Unified Diff: net/ssl/token_binding.h

Issue 2332473002: Use new BoringSSL scopers in //crypto (Closed)
Patch Set: rebase Created 4 years, 3 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
« no previous file with comments | « extensions/browser/api/cast_channel/BUILD.gn ('k') | net/ssl/token_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/token_binding.h
diff --git a/net/ssl/token_binding.h b/net/ssl/token_binding.h
index 94000930a072d6154f94346650c35b91599a60a3..445e4d6f4dd99ae87be0fb7b7a81e1996e471c3c 100644
--- a/net/ssl/token_binding.h
+++ b/net/ssl/token_binding.h
@@ -9,10 +9,13 @@
#include <vector>
#include "base/strings/string_piece.h"
-#include "crypto/ec_private_key.h"
#include "net/base/net_errors.h"
#include "net/base/net_export.h"
+namespace crypto {
+class ECPrivateKey;
+}
+
namespace net {
enum class TokenBindingType {
« no previous file with comments | « extensions/browser/api/cast_channel/BUILD.gn ('k') | net/ssl/token_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698