Index: chromeos/network/favorite_state.cc |
diff --git a/chromeos/network/favorite_state.cc b/chromeos/network/favorite_state.cc |
index f1a25842816f97128454274153b475c9c272f6cd..f43d33261458f550cc0bb2b64e9e78a3e5f2191d 100644 |
--- a/chromeos/network/favorite_state.cc |
+++ b/chromeos/network/favorite_state.cc |
@@ -69,7 +69,7 @@ bool FavoriteState::PropertyChanged(const std::string& key, |
bool FavoriteState::IsPrivate() const { |
return !profile_path_.empty() && |
- profile_path_ != NetworkProfileHandler::kSharedProfilePath; |
+ profile_path_ != NetworkProfileHandler::GetSharedProfilePath(); |
} |
} // namespace chromeos |