Index: chrome/browser/chromeos/customization/customization_document_browsertest.cc |
diff --git a/chrome/browser/chromeos/customization/customization_document_browsertest.cc b/chrome/browser/chromeos/customization/customization_document_browsertest.cc |
index ab22264c78566e86cc8a2867124998965db91d14..2f1bd9b7a4aa28c6a816b7bb2d0a176c22e2d3be 100644 |
--- a/chrome/browser/chromeos/customization/customization_document_browsertest.cc |
+++ b/chrome/browser/chromeos/customization/customization_document_browsertest.cc |
@@ -183,7 +183,8 @@ IN_PROC_BROWSER_TEST_F(CustomizationLocaleTest, CheckAvailableLocales) { |
for (size_t i = 0; i < languages_available.size(); ++i) { |
LanguageSwitchedWaiter waiter(base::Bind(&VerifyLanguageSwitched)); |
locale_util::SwitchLanguage(languages_available[i], true, true, |
- waiter.Callback()); |
+ waiter.Callback(), |
+ ProfileManager::GetActiveUserProfile()); |
waiter.Wait(); |
{ |
std::string resolved_locale; |