| Index: content/shell/browser/shell_browser_main.cc
|
| diff --git a/content/shell/browser/shell_browser_main.cc b/content/shell/browser/shell_browser_main.cc
|
| index b673d31b2c025b0cfd28e523cafccd1a73670710..f8e1c26ad9ec343248e292f5a8ecfbba02b25dd9 100644
|
| --- a/content/shell/browser/shell_browser_main.cc
|
| +++ b/content/shell/browser/shell_browser_main.cc
|
| @@ -87,7 +87,7 @@ GURL GetURLForLayoutTest(const std::string& test_name,
|
| if (net::FileURLToFilePath(test_url, &local_path))
|
| *current_working_directory = local_path.DirName();
|
| else
|
| - file_util::GetCurrentDirectory(current_working_directory);
|
| + base::GetCurrentDirectory(current_working_directory);
|
| }
|
| return test_url;
|
| }
|
|
|