| Index: base/nix/mime_util_xdg.cc
|
| diff --git a/base/nix/mime_util_xdg.cc b/base/nix/mime_util_xdg.cc
|
| index 1a41394fc158c1c33970d3bf8ddfd436188e32d8..a5a97f4d4225dd162d397a11b1f54072b3eeb391 100644
|
| --- a/base/nix/mime_util_xdg.cc
|
| +++ b/base/nix/mime_util_xdg.cc
|
| @@ -414,7 +414,7 @@ void AddXDGDataDir(const FilePath& dir) {
|
|
|
| // Add all the xdg icon directories.
|
| void InitIconDir() {
|
| - FilePath home = file_util::GetHomeDir();
|
| + FilePath home = GetHomeDir();
|
| if (!home.empty()) {
|
| FilePath legacy_data_dir(home);
|
| legacy_data_dir = legacy_data_dir.AppendASCII(".icons");
|
|
|