Index: ash/system/chromeos/network/network_connect.cc |
diff --git a/ash/system/chromeos/network/network_connect.cc b/ash/system/chromeos/network/network_connect.cc |
index 2ff387b8a720f84ae8dc25443d45eb8c05648e8b..541a426b6ba76370cfb3cf747477f3f8541518f3 100644 |
--- a/ash/system/chromeos/network/network_connect.cc |
+++ b/ash/system/chromeos/network/network_connect.cc |
@@ -272,7 +272,7 @@ void ClearPropertiesAndConnect( |
// trigger an error and abort. |
bool GetNetworkProfilePath(bool shared, std::string* profile_path) { |
if (shared) { |
- *profile_path = NetworkProfileHandler::kSharedProfilePath; |
+ *profile_path = NetworkProfileHandler::GetSharedProfilePath(); |
return true; |
} |