| Index: chrome/installer/util/shell_util_unittest.cc
|
| diff --git a/chrome/installer/util/shell_util_unittest.cc b/chrome/installer/util/shell_util_unittest.cc
|
| index b7303e898f0b9a24e794304f6bd04f15a023ba7e..6b9ce72d55e682b1599d96a6dcc0c6056826b540 100644
|
| --- a/chrome/installer/util/shell_util_unittest.cc
|
| +++ b/chrome/installer/util/shell_util_unittest.cc
|
| @@ -73,7 +73,7 @@ class ShellUtilShortcutTest : public testing::Test {
|
| fake_common_start_menu_.path()));
|
|
|
| base::FilePath icon_path;
|
| - file_util::CreateTemporaryFileInDir(temp_dir_.path(), &icon_path);
|
| + base::CreateTemporaryFileInDir(temp_dir_.path(), &icon_path);
|
| test_properties_.set_target(chrome_exe_);
|
| test_properties_.set_arguments(L"--test --chrome");
|
| test_properties_.set_description(L"Makes polar bears dance.");
|
|
|