Index: ash/system/network/network_info.h |
diff --git a/ash/system/network/network_info.h b/ash/system/network/network_info.h |
index d0055fd5540013654a0a435180bc721fc2b22b65..04d5b294708713399c71906e21cf3dc080e2df04 100644 |
--- a/ash/system/network/network_info.h |
+++ b/ash/system/network/network_info.h |
@@ -19,7 +19,7 @@ namespace ash { |
// Includes information necessary about a network for displaying the appropriate |
// UI to the user. |
struct NetworkInfo { |
- enum class Type { UNKNOWN, WIFI, TETHER, CELLULAR }; |
+ enum class Type { UNKNOWN, WIFI, MOBILE }; |
NetworkInfo(); |
NetworkInfo(const std::string& guid); |