| Index: chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc b/chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc
|
| index c6523f9671ece3224a75584457323b0f1328fd70..31fa7645723ce438ac89291164182f98ca82e0ab 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc
|
| @@ -876,7 +876,7 @@ TEST_F(DeviceLocalAccountPolicyProviderTest, Policy) {
|
| // Make sure the Dinosaur game is disabled by default. This ensures the
|
| // default policies have been set in Public Sessions.
|
| bool allow_dinosaur_game = true;
|
| - auto policy_value =
|
| + auto* policy_value =
|
| provider_->policies()
|
| .Get(PolicyNamespace(POLICY_DOMAIN_CHROME, std::string()))
|
| .GetValue(key::kAllowDinosaurEasterEgg);
|
|
|