| Index: content/plugin/plugin_thread.cc
|
| diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
|
| index e51e39b9a63bf0724916200d24041f7233dcbacd..720a77ba6f4b90e5bc47dec14d0d55d505488789 100644
|
| --- a/content/plugin/plugin_thread.cc
|
| +++ b/content/plugin/plugin_thread.cc
|
| @@ -70,7 +70,7 @@ PluginThread::PluginThread()
|
| : preloaded_plugin_module_(NULL),
|
| forcefully_terminate_plugin_process_(false) {
|
| base::FilePath plugin_path =
|
| - CommandLine::ForCurrentProcess()->GetSwitchValuePath(
|
| + base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
|
| switches::kPluginPath);
|
|
|
| lazy_tls.Pointer()->Set(this);
|
|
|