| Index: chromeos/network/network_state.cc
|
| diff --git a/chromeos/network/network_state.cc b/chromeos/network/network_state.cc
|
| index ae779def4586cf8f1ecb836f9b2a1723c8487e08..c448df05dd52bb2fe160d7f7627998a664b6a779 100644
|
| --- a/chromeos/network/network_state.cc
|
| +++ b/chromeos/network/network_state.cc
|
| @@ -236,7 +236,7 @@ bool NetworkState::IsConnectingState() const {
|
|
|
| bool NetworkState::IsPrivate() const {
|
| return !profile_path_.empty() &&
|
| - profile_path_ != NetworkProfileHandler::kSharedProfilePath;
|
| + profile_path_ != NetworkProfileHandler::GetSharedProfilePath();
|
| }
|
|
|
| std::string NetworkState::GetDnsServersAsString() const {
|
|
|