| Index: content/browser/plugin_service_impl.cc
 | 
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
 | 
| index 00326e39fe4f89ca175cf50809edec4db49d2f0f..e4be1a024b32ffc27afe5fbdfdf55ff69b625235 100644
 | 
| --- a/content/browser/plugin_service_impl.cc
 | 
| +++ b/content/browser/plugin_service_impl.cc
 | 
| @@ -634,7 +634,7 @@ void PluginServiceImpl::GetPluginsOnIOThread(
 | 
|    // If we switch back to loading plugins in process, then we need to make
 | 
|    // sure g_thread_init() gets called since plugins may call glib at load.
 | 
|  
 | 
| -  if (!plugin_loader_)
 | 
| +  if (!plugin_loader_.get())
 | 
|      plugin_loader_ = new PluginLoaderPosix;
 | 
|  
 | 
|    plugin_loader_->GetPlugins(
 | 
| 
 |