| Index: ui/chromeos/network/network_connect.h
|
| diff --git a/ui/chromeos/network/network_connect.h b/ui/chromeos/network/network_connect.h
|
| index 303a79e96b4e57255f855bbc6bcbf9703679de7c..80ed81867670e7443f56a531d7927e5ad94b328e 100644
|
| --- a/ui/chromeos/network/network_connect.h
|
| +++ b/ui/chromeos/network/network_connect.h
|
| @@ -96,8 +96,9 @@ class UI_CHROMEOS_EXPORT NetworkConnect {
|
| bool shared) = 0;
|
|
|
| // Returns the localized string for shill error string |error|.
|
| - virtual base::string16 GetErrorString(const std::string& error,
|
| - const std::string& service_path) = 0;
|
| + virtual base::string16 GetShillErrorString(
|
| + const std::string& error,
|
| + const std::string& service_path) = 0;
|
|
|
| // Shows the settings for the network specified by |service_path|. If empty,
|
| // or no matching network exists, shows the general internet settings page.
|
|
|