| Index: webkit/tools/test_shell/test_shell_mac.mm
 | 
| ===================================================================
 | 
| --- webkit/tools/test_shell/test_shell_mac.mm	(revision 69765)
 | 
| +++ webkit/tools/test_shell/test_shell_mac.mm	(working copy)
 | 
| @@ -33,7 +33,7 @@
 | 
|  #include "third_party/WebKit/WebKit/chromium/public/WebView.h"
 | 
|  #include "webkit/glue/webkit_glue.h"
 | 
|  #include "webkit/glue/webpreferences.h"
 | 
| -#include "webkit/plugins/npapi/plugin_list.h"
 | 
| +#include "webkit/glue/plugins/plugin_list.h"
 | 
|  #include "webkit/tools/test_shell/mac/test_shell_webview.h"
 | 
|  #include "webkit/tools/test_shell/resource.h"
 | 
|  #include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
 | 
| @@ -252,7 +252,7 @@
 | 
|    } else {
 | 
|      plugins_dir = plugins_dir.AppendASCII("plugins");
 | 
|    }
 | 
| -  webkit::npapi::PluginList::Singleton()->AddExtraPluginDir(plugins_dir);
 | 
| +  NPAPI::PluginList::Singleton()->AddExtraPluginDir(plugins_dir);
 | 
|  }
 | 
|  
 | 
|  NSButton* MakeTestButton(NSRect* rect, NSString* title, NSView* parent) {
 | 
| 
 |