Index: chrome/browser/chromeos/login/auth/extended_authenticator.h |
diff --git a/chrome/browser/chromeos/login/auth/extended_authenticator.h b/chrome/browser/chromeos/login/auth/extended_authenticator.h |
index ef3da60b763f3ac788bc3d022971c0e0a416c8a9..1525a448c09671a6140a63c81811a0822ef87627 100644 |
--- a/chrome/browser/chromeos/login/auth/extended_authenticator.h |
+++ b/chrome/browser/chromeos/login/auth/extended_authenticator.h |
@@ -12,13 +12,13 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/chromeos/login/users/user.h" |
#include "chromeos/cryptohome/cryptohome_parameters.h" |
#include "third_party/cros_system_api/dbus/service_constants.h" |
namespace chromeos { |
class LoginStatusConsumer; |
+class UserContext; |
// Interaction with cryptohome : mounting home dirs, create new home dirs, |
// udpate passwords. |