summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/self_cleaning_temp_dir_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/self_cleaning_temp_dir_unittest.cc')
-rw-r--r--chrome/installer/util/self_cleaning_temp_dir_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/self_cleaning_temp_dir_unittest.cc b/chrome/installer/util/self_cleaning_temp_dir_unittest.cc
index 917ab3c..faacea9 100644
--- a/chrome/installer/util/self_cleaning_temp_dir_unittest.cc
+++ b/chrome/installer/util/self_cleaning_temp_dir_unittest.cc
@@ -34,7 +34,7 @@ std::wstring GetRandomFilename() {
// Replace the first digit with the letter 'R' (for "random", get it?).
result[0] = 'R';
- return ASCIIToWide(result);
+ return base::ASCIIToWide(result);
}
} // namespace