| Index: chrome/plugin/plugin_thread.cc
|
| ===================================================================
|
| --- chrome/plugin/plugin_thread.cc (revision 31829)
|
| +++ chrome/plugin/plugin_thread.cc (working copy)
|
| @@ -27,8 +27,9 @@
|
|
|
| PluginThread::PluginThread()
|
| : preloaded_plugin_module_(NULL) {
|
| - plugin_path_ = FilePath::FromWStringHack(
|
| - CommandLine::ForCurrentProcess()->GetSwitchValue(switches::kPluginPath));
|
| + plugin_path_ =
|
| + CommandLine::ForCurrentProcess()->GetSwitchValuePath(
|
| + switches::kPluginPath);
|
|
|
| lazy_tls.Pointer()->Set(this);
|
| #if defined(OS_LINUX)
|
|
|