| Index: content/common/child_process_host_impl.cc
|
| diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc
|
| index 6fa01994a14182149fc320a2c5aa694a48648171..c4d209e08773d5b103922d3809f43556e85210dc 100644
|
| --- a/content/common/child_process_host_impl.cc
|
| +++ b/content/common/child_process_host_impl.cc
|
| @@ -93,7 +93,7 @@ ChildProcessHost* ChildProcessHost::Create(ChildProcessHostDelegate* delegate) {
|
| base::FilePath ChildProcessHost::GetChildPath(int flags) {
|
| base::FilePath child_path;
|
|
|
| - child_path = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
|
| + child_path = base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
|
| switches::kBrowserSubprocessPath);
|
|
|
| #if defined(OS_LINUX)
|
|
|