Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc

Issue 2721553004: Remove auto raw pointer deduction from non-linux specific code. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698