diff options
Diffstat (limited to 'content/plugin/plugin_thread.cc')
-rw-r--r-- | content/plugin/plugin_thread.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc index 0629d5a..3182158 100644 --- a/content/plugin/plugin_thread.cc +++ b/content/plugin/plugin_thread.cc @@ -77,8 +77,9 @@ static base::LazyInstance<base::ThreadLocalPointer<PluginThread> > lazy_tls = PluginThread::PluginThread() : preloaded_plugin_module_(NULL) { - FilePath plugin_path = CommandLine::ForCurrentProcess()->GetSwitchValuePath( - switches::kPluginPath); + base::FilePath plugin_path = + CommandLine::ForCurrentProcess()->GetSwitchValuePath( + switches::kPluginPath); lazy_tls.Pointer()->Set(this); #if defined(USE_AURA) |