| Index: chrome/browser/policy/policy_prefs_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_prefs_browsertest.cc b/chrome/browser/policy/policy_prefs_browsertest.cc
|
| index bce4fe09d00938cbd5ff4bc50c83b3e1d24b808c..23173bcd82d20caec998a3265d254ef3c4f72931 100644
|
| --- a/chrome/browser/policy/policy_prefs_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_prefs_browsertest.cc
|
| @@ -519,8 +519,8 @@ IN_PROC_BROWSER_TEST_P(PolicyPrefsTest, CheckPolicyIndicators) {
|
| // set by policy.
|
| PolicyMap policies;
|
| UpdateProviderPolicy(policies);
|
| - VerifyControlledSettingIndicators(browser(), indicator_selector,
|
| - "", "", false);
|
| + VerifyControlledSettingIndicators(
|
| + browser(), indicator_selector, std::string(), std::string(), false);
|
| // Check that the appropriate controlled setting indicator is shown when a
|
| // value is enforced by policy.
|
| policies.LoadFrom(&(*indicator_test_case)->policy(),
|
|
|