| Index: chrome/common/chrome_plugin_lib.cc
|
| ===================================================================
|
| --- chrome/common/chrome_plugin_lib.cc (revision 69765)
|
| +++ chrome/common/chrome_plugin_lib.cc (working copy)
|
| @@ -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 @@
|
| 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) {
|
|
|