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

Unified Diff: components/webcrypto/algorithms/util.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: components/webcrypto/algorithms/util.h
diff --git a/components/webcrypto/algorithms/util.h b/components/webcrypto/algorithms/util.h
index 62bb22dec35bd132f6fcecef7ae5ba60f8656fab..51ecd66079da51b5aba8291d47ba385ef3b0fe51 100644
--- a/components/webcrypto/algorithms/util.h
+++ b/components/webcrypto/algorithms/util.h
@@ -8,12 +8,12 @@
#include <string>
#include <vector>
-#include <openssl/base.h>
#include <stddef.h>
#include <stdint.h>
#include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h"
#include "third_party/WebKit/public/platform/WebCryptoKey.h"
+#include "third_party/boringssl/src/include/openssl/base.h"
// This file contains miscellaneous helpers that don't belong in any of the
// other *_util.h

Powered by Google App Engine
This is Rietveld 408576698