Index: ui/chromeos/network/network_state_notifier.h |
diff --git a/ui/chromeos/network/network_state_notifier.h b/ui/chromeos/network/network_state_notifier.h |
index 092e5feba3a507222fa1f149c764f0397286aaa0..a86ec9109cc825a997ddc7482c7d155369b64c83 100644 |
--- a/ui/chromeos/network/network_state_notifier.h |
+++ b/ui/chromeos/network/network_state_notifier.h |
@@ -91,8 +91,8 @@ class UI_CHROMEOS_EXPORT NetworkStateNotifier |
void UpdateCellularOutOfCredits(const chromeos::NetworkState* cellular); |
void UpdateCellularActivating(const chromeos::NetworkState* cellular); |
- // Invokes network_connect_->ShowNetworkSettings from a callback. |
- void ShowNetworkSettings(const std::string& service_path); |
+ // Invokes network_connect_->ShowNetworkSettingsForPath from a callback. |
+ void ShowNetworkSettingsForPath(const std::string& service_path); |
NetworkConnect* network_connect_; // unowned |
std::string last_default_network_; |