| Index: chromeos/network/network_connection_handler.h
|
| diff --git a/chromeos/network/network_connection_handler.h b/chromeos/network/network_connection_handler.h
|
| index b1855c8e324d2bf524b18c8b76773db77925ed56..31fcfc5b00b0f6c1f402e5488e5aa1ba77ecec5f 100644
|
| --- a/chromeos/network/network_connection_handler.h
|
| +++ b/chromeos/network/network_connection_handler.h
|
| @@ -139,7 +139,7 @@ class CHROMEOS_EXPORT NetworkConnectionHandler
|
| void Init(NetworkStateHandler* network_state_handler,
|
| NetworkConfigurationHandler* network_configuration_handler);
|
|
|
| - ConnectRequest* pending_request(const std::string& service_path);
|
| + ConnectRequest* GetPendingRequest(const std::string& service_path);
|
|
|
| // Callback from Shill.Service.GetProperties. Parses |properties| to verify
|
| // whether or not the network appears to be configured. If configured,
|
|
|