| Index: chrome/test/automation/proxy_launcher.cc
|
| diff --git a/chrome/test/automation/proxy_launcher.cc b/chrome/test/automation/proxy_launcher.cc
|
| index 004e32bd2b2d532cd5fb130da32301730bb2c36f..6b15184489972eb8d44c165335649ea42564d315 100644
|
| --- a/chrome/test/automation/proxy_launcher.cc
|
| +++ b/chrome/test/automation/proxy_launcher.cc
|
| @@ -559,7 +559,7 @@ bool NamedProxyLauncher::InitializeConnection(const LaunchState& state,
|
| #if defined(OS_POSIX)
|
| // Because we are waiting on the existence of the testing file below,
|
| // make sure there isn't one already there before browser launch.
|
| - if (!base::Delete(base::FilePath(channel_id_), false)) {
|
| + if (!base::DeleteFile(base::FilePath(channel_id_), false)) {
|
| LOG(ERROR) << "Failed to delete " << channel_id_;
|
| return false;
|
| }
|
|
|