Index: chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc |
diff --git a/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc b/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc |
index 2d232253a4f89d1a7d1aac364da3bd7f01533f36..9d66ff0d224c43405b49931a630476aa19384873 100644 |
--- a/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc |
+++ b/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc |
@@ -64,7 +64,7 @@ KeyedService* UserNetworkConfigurationUpdaterFactory::BuildServiceInstanceFor( |
if (chromeos::ProfileHelper::IsSigninProfile(profile)) |
return NULL; // On the login screen only device network policies apply. |
- user_manager::User* user = |
+ const user_manager::User* user = |
chromeos::ProfileHelper::Get()->GetUserByProfile(profile); |
DCHECK(user); |
// Currently, only the network policy of the primary user is supported. See |