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

Unified Diff: components/gcm_driver/crypto/gcm_message_cryptographer.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
Index: components/gcm_driver/crypto/gcm_message_cryptographer.cc
diff --git a/components/gcm_driver/crypto/gcm_message_cryptographer.cc b/components/gcm_driver/crypto/gcm_message_cryptographer.cc
index 37eacadaee63ae86831af837decac9f1af6b6bb1..0c469930b10c2d8a761814b8d94fdd609b9e2843 100644
--- a/components/gcm_driver/crypto/gcm_message_cryptographer.cc
+++ b/components/gcm_driver/crypto/gcm_message_cryptographer.cc
@@ -4,7 +4,6 @@
#include "components/gcm_driver/crypto/gcm_message_cryptographer.h"
-#include <openssl/aead.h>
#include <stddef.h>
#include <stdint.h>
@@ -16,6 +15,7 @@
#include "base/strings/string_util.h"
#include "base/sys_byteorder.h"
#include "crypto/hkdf.h"
+#include "third_party/boringssl/src/include/openssl/aead.h"
namespace gcm {
namespace {

Powered by Google App Engine
This is Rietveld 408576698