| Index: chrome/common/chrome_plugin_lib.cc
 | 
| diff --git a/chrome/common/chrome_plugin_lib.cc b/chrome/common/chrome_plugin_lib.cc
 | 
| index 1bd118b7c596b5e2f7d15a951c9b8caabe416f7b..3277f4a44ef6a99a8d3ee7f41c20695edf9184c6 100644
 | 
| --- a/chrome/common/chrome_plugin_lib.cc
 | 
| +++ b/chrome/common/chrome_plugin_lib.cc
 | 
| @@ -19,7 +19,7 @@
 | 
|  #include "chrome/common/chrome_switches.h"
 | 
|  #include "chrome/common/notification_service.h"
 | 
|  #include "chrome/common/chrome_paths.h"
 | 
| -#include "webkit/plugins/npapi/plugin_list.h"
 | 
| +#include "webkit/glue/plugins/plugin_list.h"
 | 
|  
 | 
|  using base::TimeDelta;
 | 
|  
 | 
| @@ -114,7 +114,7 @@ void ChromePluginLib::RegisterPluginsWithNPAPI() {
 | 
|    FilePath path;
 | 
|    // Register Gears, if available.
 | 
|    if (PathService::Get(chrome::FILE_GEARS_PLUGIN, &path))
 | 
| -    webkit::npapi::PluginList::Singleton()->AddExtraPluginPath(path);
 | 
| +    NPAPI::PluginList::Singleton()->AddExtraPluginPath(path);
 | 
|  }
 | 
|  
 | 
|  static void LogPluginLoadTime(const TimeDelta &time) {
 | 
| 
 |