| Index: chrome/test/plugin/plugin_test.cpp
|
| diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
|
| index c68dd993aecc44b4b1c3ad34e206b4a81ff61eed..ed052a04cab818136bae785abe0462b8c61ac83b 100644
|
| --- a/chrome/test/plugin/plugin_test.cpp
|
| +++ b/chrome/test/plugin/plugin_test.cpp
|
| @@ -48,8 +48,9 @@
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_status.h"
|
| #include "third_party/npapi/bindings/npapi.h"
|
| -#include "webkit/glue/plugins/plugin_constants_win.h"
|
| -#include "webkit/glue/plugins/plugin_list.h"
|
| +#include "webkit/plugins/npapi/plugin_constants_win.h"
|
| +#include "webkit/plugins/npapi/plugin_list.h"
|
| +#include "webkit/plugins/plugin_switches.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "base/win/registry.h"
|
| @@ -90,7 +91,7 @@ class PluginTest : public UITest {
|
| } else if (strcmp(test_info->name(), "MediaPlayerOld") == 0) {
|
| // When testing the old WMP plugin, we need to force Chrome to not load
|
| // the new plugin.
|
| - launch_arguments_.AppendSwitch(kUseOldWMPPluginSwitch);
|
| + launch_arguments_.AppendSwitch(switches::kUseOldWMPPlugin);
|
| } else if (strcmp(test_info->name(), "FlashSecurity") == 0) {
|
| launch_arguments_.AppendSwitchASCII(switches::kTestSandbox,
|
| "security_tests.dll");
|
|
|