| 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 f7049efc89bbbe6bc5e98e0eb6115c9ed518efa9..c82ef6cbf14005fb12e540d089c38fea2b28a250 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);
|
|
|