| 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 ac4528daf27dee9f2ad30bb0e3a94c32d1e80f02..fc80140e3606f467b22478eed8bb83b8b9c090e1 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() {
 | 
| 
 |