Index: chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
diff --git a/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc b/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
index e02ca97b934704c1e2f2bd3bd5844fab15c6e7dd..7396e415586b3a7dbd009c98d344924c6f43bd09 100644 |
--- a/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
+++ b/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
@@ -56,7 +56,7 @@ void StubCrosSettingsProvider::SetDefaults() { |
values_.SetBoolean(kAccountsPrefAllowGuest, true); |
values_.SetBoolean(kAccountsPrefAllowNewUser, true); |
values_.SetBoolean(kAccountsPrefShowUserNamesOnSignIn, true); |
- values_.SetValue(kAccountsPrefDeviceLocalAccounts, new ListValue); |
+ values_.SetValue(kAccountsPrefDeviceLocalAccounts, new base::ListValue); |
// |kDeviceOwner| will be set to the logged-in user by |UserManager|. |
} |