Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index f95577dda577bb020754d4b0022ff6c1732bb477..d63aca94c94db47819fee48b22c77a4c51ac005d 100644 |
--- a/content/browser/plugin_process_host.cc |
+++ b/content/browser/plugin_process_host.cc |
@@ -167,7 +167,7 @@ bool PluginProcessHost::Init(const webkit::WebPluginInfo& info) { |
int flags = ChildProcessHost::CHILD_NORMAL; |
#endif |
- FilePath exe_path = ChildProcessHost::GetChildPath(flags); |
+ base::FilePath exe_path = ChildProcessHost::GetChildPath(flags); |
if (exe_path.empty()) |
return false; |
@@ -238,7 +238,7 @@ bool PluginProcessHost::Init(const webkit::WebPluginInfo& info) { |
process_->Launch( |
#if defined(OS_WIN) |
- FilePath(), |
+ base::FilePath(), |
#elif defined(OS_POSIX) |
false, |
env, |