| Index: chrome/test/automation/proxy_launcher.cc
|
| diff --git a/chrome/test/automation/proxy_launcher.cc b/chrome/test/automation/proxy_launcher.cc
|
| index 97e9d3cb54120be07ce4258fa112c1612c816d7d..004e32bd2b2d532cd5fb130da32301730bb2c36f 100644
|
| --- a/chrome/test/automation/proxy_launcher.cc
|
| +++ b/chrome/test/automation/proxy_launcher.cc
|
| @@ -82,7 +82,7 @@ void UpdateHistoryDates(const base::FilePath& user_data_dir) {
|
| base::FilePath history =
|
| user_data_dir.AppendASCII("Default").AppendASCII("History");
|
| // Not all test profiles have a history file.
|
| - if (!file_util::PathExists(history))
|
| + if (!base::PathExists(history))
|
| return;
|
|
|
| ASSERT_TRUE(db.Open(history));
|
|
|