| Index: chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc
|
| diff --git a/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc b/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc
|
| index 50af703796f4f55ebf48366d2b8a079eb187da04..7e3d1810b9d09e0e753b926479a274758984b3bf 100644
|
| --- a/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc
|
| +++ b/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc
|
| @@ -319,7 +319,7 @@ TEST(PinnedLauncherAppsPolicyHandler, PrefTranslation) {
|
|
|
| base::StringValue entry1("abcdefghijklmnopabcdefghijklmnop");
|
| base::DictionaryValue* entry1_dict = new base::DictionaryValue();
|
| - entry1_dict->Set(ash::kPinnedAppsPrefAppIDPath, entry1.DeepCopy());
|
| + entry1_dict->Set(ash::launcher::kPinnedAppsPrefAppIDPath, entry1.DeepCopy());
|
| expected_pinned_apps.Append(entry1_dict);
|
| list.Append(entry1.DeepCopy());
|
| policy_map.Set(key::kPinnedLauncherApps, POLICY_LEVEL_MANDATORY,
|
|
|