summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_plugins_renderer_plugin__placeholder.cc
blob: e91036d176df58507c9dff680123cf480183b329 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/plugins/renderer/plugin_placeholder.cc.orig	2017-04-19 19:06:33 UTC
+++ components/plugins/renderer/plugin_placeholder.cc
@@ -11,7 +11,11 @@
 #include "gin/object_template_builder.h"
 #include "third_party/WebKit/public/web/WebElement.h"
 #include "third_party/WebKit/public/web/WebPluginContainer.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace plugins {