| Index: chrome/test/plugin/plugin_test.cpp
|
| diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
|
| index d8c81a58d43feb2cdc41adf4307e1c45a2bcee5f..80643b7c380c3e1d461120bea91c7d751e367fbd 100644
|
| --- a/chrome/test/plugin/plugin_test.cpp
|
| +++ b/chrome/test/plugin/plugin_test.cpp
|
| @@ -65,7 +65,7 @@ class PluginTest : public UITest {
|
| launch_arguments_.AppendSwitch(kUseOldWMPPluginSwitch);
|
| } else if (strcmp(test_info->name(), "FlashSecurity") == 0) {
|
| launch_arguments_.AppendSwitchWithValue(switches::kTestSandbox,
|
| - L"security_tests.dll");
|
| + "security_tests.dll");
|
| }
|
|
|
| UITest::SetUp();
|
|
|