Index: content/plugin/plugin_channel.cc |
diff --git a/content/plugin/plugin_channel.cc b/content/plugin/plugin_channel.cc |
index c579ea9da94bf6c9a3cba336a09c1a3e0b3f36a8..aef0ec4e44c5a2368eb93c3f3737a0d7e6cfbe6f 100644 |
--- a/content/plugin/plugin_channel.cc |
+++ b/content/plugin/plugin_channel.cc |
@@ -297,7 +297,7 @@ void PluginChannel::OnClearSiteData(const std::string& site, |
uint64 max_age) { |
bool success = false; |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
- FilePath path = command_line->GetSwitchValuePath(switches::kPluginPath); |
+ base::FilePath path = command_line->GetSwitchValuePath(switches::kPluginPath); |
scoped_refptr<webkit::npapi::PluginLib> plugin_lib( |
webkit::npapi::PluginLib::CreatePluginLib(path)); |
if (plugin_lib.get()) { |