| Index: content/shell/shell_browser_main.cc
|
| diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc
|
| index 2ef3ab1ed10b80617d8d3ff4e233ea726d856d80..eab4875389af032e45e70910a9e328966313f1f9 100644
|
| --- a/content/shell/shell_browser_main.cc
|
| +++ b/content/shell/shell_browser_main.cc
|
| @@ -60,8 +60,7 @@ GURL GetURLForLayoutTest(const std::string& test_name,
|
| #else
|
| base::FilePath local_file(path_or_url);
|
| #endif
|
| - file_util::AbsolutePath(&local_file);
|
| - test_url = net::FilePathToFileURL(local_file);
|
| + test_url = net::FilePathToFileURL(base::MakeAbsoluteFilePath(local_file));
|
| }
|
| base::FilePath local_path;
|
| if (current_working_directory) {
|
|
|