aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_webcrypto_algorithms_test__helpers.cc
blob: 7d3e7366f66d382704a818ab1dbbc85efa150ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/webcrypto/algorithms/test_helpers.cc.orig	2016-05-11 19:02:20 UTC
+++ components/webcrypto/algorithms/test_helpers.cc
@@ -26,7 +26,11 @@
 #include "components/webcrypto/status.h"
 #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
 #include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace webcrypto {