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 036e123506f6acc314b940cabb17cd6ddcbfc1c4..4132b2868c55cf185514bd0f10b7b27aa33280b1 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. |
@@ -180,7 +180,7 @@ class ExistingUserController : public LoginDisplay::Delegate, |
static ExistingUserController* current_controller_; |
// Triggers prefetching of user settings. |
- scoped_ptr<UserCrosSettingsProvider> user_settings_; |
+ CrosSettings* user_settings_; |
Mattias Nissler (ping if slow)
2011/10/13 13:41:06
nit: Comment and variable name are outdated.
pastarmovj
2011/10/26 15:43:19
Done.
|
// URL to append to start Guest mode with. |
GURL guest_mode_url_; |