| Index: crypto/nss_util.cc
|
| diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc
|
| index 5f20595cc95a11e65f24942e98804d2e29d30058..a74c8b65a4bdd7c1a99b8d20f8549d2257f5af14 100644
|
| --- a/crypto/nss_util.cc
|
| +++ b/crypto/nss_util.cc
|
| @@ -79,7 +79,7 @@ std::string GetNSSErrorMessage() {
|
|
|
| #if defined(USE_NSS)
|
| base::FilePath GetDefaultConfigDirectory() {
|
| - base::FilePath dir = file_util::GetHomeDir();
|
| + base::FilePath dir = base::GetHomeDir();
|
| if (dir.empty()) {
|
| LOG(ERROR) << "Failed to get home directory.";
|
| return dir;
|
|
|