X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Fsystem%2Fchromeos%2Fnetwork%2Fnetwork_connect.cc;h=d9e9bcfe210b996785c29140df46d4fb3d061b88;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=e239ff9ec566f677f5090ecb50fcc3d6ad0a6260;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/system/chromeos/network/network_connect.cc b/src/ash/system/chromeos/network/network_connect.cc index e239ff9..d9e9bcf 100644 --- a/src/ash/system/chromeos/network/network_connect.cc +++ b/src/ash/system/chromeos/network/network_connect.cc @@ -4,7 +4,7 @@ #include "ash/system/chromeos/network/network_connect.h" -#include "ash/session_state_delegate.h" +#include "ash/session/session_state_delegate.h" #include "ash/shell.h" #include "ash/system/chromeos/network/network_state_notifier.h" #include "ash/system/system_notifier.h" @@ -118,7 +118,7 @@ bool GetNetworkProfilePath(bool shared, std::string* profile_path) { return true; } - if (!chromeos::LoginState::Get()->IsUserAuthenticated()) { + if (!chromeos::LoginState::Get()->UserHasNetworkProfile()) { NET_LOG_ERROR("User profile specified before login", ""); return false; }