Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chromeos / login / auth / authenticator.cc
index fb642fa..bf8d626 100644 (file)
@@ -9,7 +9,7 @@ namespace chromeos {
 class AuthStatusConsumer;
 
 Authenticator::Authenticator(AuthStatusConsumer* consumer)
-    : consumer_(consumer), authentication_profile_(NULL) {
+    : consumer_(consumer), authentication_context_(NULL) {
 }
 
 Authenticator::~Authenticator() {