summaryrefslogtreecommitdiffstats
path: root/components/plugins
diff options
context:
space:
mode:
authorbattre <battre@chromium.org>2015-12-21 09:45:27 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 17:46:37 +0000
commit0739c642c9acce9e05ac8bb936a55fc6230a96f0 (patch)
tree7cd3b37fd0f6e7721c77e928302a4330e7ad8f4f /components/plugins
parente8e3eaa1b2c9c0dfa8c76a8617b2cfef5f5c7120 (diff)
downloadchromium_src-0739c642c9acce9e05ac8bb936a55fc6230a96f0.zip
chromium_src-0739c642c9acce9e05ac8bb936a55fc6230a96f0.tar.gz
chromium_src-0739c642c9acce9e05ac8bb936a55fc6230a96f0.tar.bz2
Replace RE2 import with a dependency
TBR=armansito@chromium.org,reillyg@chromium.org,piman@chromium.org BUG=568119 Review URL: https://codereview.chromium.org/1544433002 Cr-Commit-Position: refs/heads/master@{#366412}
Diffstat (limited to 'components/plugins')
-rw-r--r--components/plugins/renderer/plugin_placeholder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/renderer/plugin_placeholder.cc b/components/plugins/renderer/plugin_placeholder.cc
index 96fb0bb..b8c9a54 100644
--- a/components/plugins/renderer/plugin_placeholder.cc
+++ b/components/plugins/renderer/plugin_placeholder.cc
@@ -11,7 +11,7 @@
#include "gin/object_template_builder.h"
#include "third_party/WebKit/public/web/WebElement.h"
#include "third_party/WebKit/public/web/WebPluginContainer.h"
-#include "third_party/re2/re2/re2.h"
+#include "third_party/re2/src/re2/re2.h"
namespace plugins {