| 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 ed4fb62bfa15fd754f2f88ad939593048c21df72..ad2cbdaef9b96a753653e97248a44c068c25d59f 100644
|
| --- a/content/shell/browser/shell_browser_main.cc
|
| +++ b/content/shell/browser/shell_browser_main.cc
|
| @@ -151,7 +151,7 @@ int ShellBrowserMain(
|
| // We're outside of the message loop here, and this is a test.
|
| base::ThreadRestrictions::ScopedAllowIO allow_io;
|
| base::FilePath temp_path;
|
| - file_util::GetTempDir(&temp_path);
|
| + base::GetTempDir(&temp_path);
|
| test_controller.SetTempPath(temp_path);
|
| }
|
| std::string test_string;
|
|
|