| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index ecd1f40ce0c36f9d6fc8155f7afeee9f5d4f1988..239b9adc2eaed2af16d6aee2e611e112bcb46215 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -15,6 +15,7 @@
|
| #include "base/sys_info.h"
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "content/browser/browser_plugin/browser_plugin_host.h"
|
| #include "content/browser/browser_plugin/old/old_browser_plugin_host.h"
|
| #include "content/browser/child_process_security_policy_impl.h"
|
| #include "content/browser/debugger/devtools_manager_impl.h"
|
| @@ -375,6 +376,7 @@ WebContentsImpl::WebContentsImpl(
|
| #endif
|
|
|
| old_browser_plugin_host_.reset(new content::old::BrowserPluginHost(this));
|
| + browser_plugin_host_.reset(new content::BrowserPluginHost(this));
|
| }
|
|
|
| WebContentsImpl::~WebContentsImpl() {
|
|
|