summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/l10n_util_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/l10n_util_unittest.cc b/app/l10n_util_unittest.cc
index 2341559..0625154 100644
--- a/app/l10n_util_unittest.cc
+++ b/app/l10n_util_unittest.cc
@@ -165,7 +165,7 @@ TEST_F(L10nUtilTest, GetAppLocale) {
// Make sure the follow tests won't be affected by LANGUAGE environment
// variable.
- env->UnSetEnv("LANGUAGE");
+ env->UnSetVar("LANGUAGE");
#endif // defined(OS_POSIX) && !defined(OS_CHROMEOS)
SetICUDefaultLocale("en-US");