Index: content/plugin/plugin_thread.cc |
diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc |
index 0629d5a020277e30133875be7f26b1619e29839c..3182158495412a2973b8e9ce812e56b4692c9e43 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) |