Chromium Code Reviews| Index: chrome/plugin/webplugin_delegate_stub.cc | 
| diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc | 
| index 9bc856129871734479bf5e1a6be86486f626bc95..00c42fe3e12208159099692d48627dd393c28c99 100644 | 
| --- a/chrome/plugin/webplugin_delegate_stub.cc | 
| +++ b/chrome/plugin/webplugin_delegate_stub.cc | 
| @@ -165,9 +165,9 @@ void WebPluginDelegateStub::OnInit(const PluginMsg_Init_Params& params, | 
| } | 
| const CommandLine& command_line = *CommandLine::ForCurrentProcess(); | 
| - FilePath path = FilePath::FromWStringHack( | 
| - command_line.GetSwitchValue(switches::kPluginPath)); | 
| - | 
| + FilePath path = | 
| + command_line.GetSwitchValuePath(switches::kPluginPath) | 
| +; | 
| 
 
tony
2010/08/06 00:09:38
Nit: semicolon on wrong line?
 
 | 
| gfx::PluginWindowHandle parent = gfx::kNullPluginWindow; | 
| #if defined(OS_WIN) |