Index: chromeos/login/auth/authenticator.cc |
diff --git a/chromeos/login/auth/authenticator.cc b/chromeos/login/auth/authenticator.cc |
index bf8d62667c7a7388d13a6247379c81ee2dc7df76..fb642fa0cba16f28c1b4e352ba6082f25a93d26d 100644 |
--- a/chromeos/login/auth/authenticator.cc |
+++ b/chromeos/login/auth/authenticator.cc |
@@ -9,7 +9,7 @@ |
class AuthStatusConsumer; |
Authenticator::Authenticator(AuthStatusConsumer* consumer) |
- : consumer_(consumer), authentication_context_(NULL) { |
+ : consumer_(consumer), authentication_profile_(NULL) { |
} |
Authenticator::~Authenticator() { |