Index: chrome/browser/chromeos/login/existing_user_controller.h |
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h |
index 52610e973cb2c4b8216686bcd78ed0817b6e9bb1..e0ef4ad834b5eaf4ef7708ff771537bbd6be9ea2 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller.h |
+++ b/chrome/browser/chromeos/login/existing_user_controller.h |
@@ -34,7 +34,7 @@ |
namespace chromeos { |
class LoginDisplayHost; |
-class UserCrosSettingsProvider; |
+class CrosSettings; |
// ExistingUserController is used to handle login when someone has |
// already logged into the machine. |
@@ -178,8 +178,8 @@ class ExistingUserController : public LoginDisplay::Delegate, |
// automation tests. |
static ExistingUserController* current_controller_; |
- // Triggers prefetching of user settings. |
- scoped_ptr<UserCrosSettingsProvider> user_settings_; |
+ // Interface to the signed settings store. |
+ CrosSettings* cros_settings_; |
// URL to append to start Guest mode with. |
GURL guest_mode_url_; |