Index: chrome/common/chrome_paths_unittest.cc |
diff --git a/chrome/common/chrome_paths_unittest.cc b/chrome/common/chrome_paths_unittest.cc |
index 5d97afc70a42e53d1ee85d225e2da700a225fca7..525115473a5464133de527047c8c1bfed20d3523 100644 |
--- a/chrome/common/chrome_paths_unittest.cc |
+++ b/chrome/common/chrome_paths_unittest.cc |
@@ -29,7 +29,7 @@ TEST(ChromePaths, UserCacheDir) { |
base::FilePath expected_cache_dir; |
ASSERT_TRUE(PathService::Get(base::DIR_CACHE, &expected_cache_dir)); |
#elif(OS_POSIX) |
- base::FilePath homedir = file_util::GetHomeDir(); |
+ base::FilePath homedir = base::GetHomeDir(); |
// Note: we assume XDG_CACHE_HOME/XDG_CONFIG_HOME are at their |
// default settings. |
test_profile_dir = homedir.Append(".config/foobar"); |