Index: content/plugin/webplugin_delegate_stub.cc |
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc |
index 0b7f0f0c51aea394789fa6fe4c9f6087d9615a31..b5098fc44b349f2b4b9945694c0bf295bb16b4cf 100644 |
--- a/content/plugin/webplugin_delegate_stub.cc |
+++ b/content/plugin/webplugin_delegate_stub.cc |
@@ -160,7 +160,7 @@ void WebPluginDelegateStub::OnInit(const PluginMsg_Init_Params& params, |
} |
const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
- FilePath path = |
+ base::FilePath path = |
command_line.GetSwitchValuePath(switches::kPluginPath); |
webplugin_ = new WebPluginProxy( |