diff options
Diffstat (limited to 'chrome/installer/util/shell_util_unittest.cc')
-rw-r--r-- | chrome/installer/util/shell_util_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/shell_util_unittest.cc b/chrome/installer/util/shell_util_unittest.cc index a5d917e..b96b566 100644 --- a/chrome/installer/util/shell_util_unittest.cc +++ b/chrome/installer/util/shell_util_unittest.cc @@ -130,7 +130,7 @@ TEST_F(ShellUtilTest, UpdateChromeShortcutTest) { // Now specify an icon index in master prefs and make sure it works. FilePath prefs_path = test_dir_.AppendASCII( - installer_util::kDefaultMasterPrefs); + installer::kDefaultMasterPrefs); std::ofstream file; file.open(prefs_path.value().c_str()); ASSERT_TRUE(file.is_open()); |