| Index: ash/common/system/chromeos/network/network_info.h
|
| diff --git a/ash/common/system/chromeos/network/network_info.h b/ash/common/system/chromeos/network/network_info.h
|
| index 95f0651623902e5c9e2e241de46c8d3fb811e656..758ac8572531bb70e98bf30b2e36f322eaa585a1 100644
|
| --- a/ash/common/system/chromeos/network/network_info.h
|
| +++ b/ash/common/system/chromeos/network/network_info.h
|
| @@ -22,10 +22,10 @@ struct NetworkInfo {
|
| enum class Type { UNKNOWN, WIFI, CELLULAR };
|
|
|
| NetworkInfo();
|
| - NetworkInfo(const std::string& path);
|
| + NetworkInfo(const std::string& guid);
|
| ~NetworkInfo();
|
|
|
| - std::string service_path;
|
| + std::string guid;
|
| base::string16 label;
|
| base::string16 tooltip;
|
| gfx::ImageSkia image;
|
|
|