| Index: chromeos/network/network_type_pattern.h
|
| diff --git a/chromeos/network/network_type_pattern.h b/chromeos/network/network_type_pattern.h
|
| index 8dd214fcb76729c56ad7413c036ceae5de4ae84c..1fde992b31606e8948c8bf6c5247da4d1eb03aa2 100644
|
| --- a/chromeos/network/network_type_pattern.h
|
| +++ b/chromeos/network/network_type_pattern.h
|
| @@ -17,10 +17,10 @@ class CHROMEOS_EXPORT NetworkTypePattern {
|
| // Matches any network.
|
| static NetworkTypePattern Default();
|
|
|
| - // Matches wireless (WiFi, cellular, etc.) networks
|
| + // Matches wireless (WiFi, Cellular, etc.) networks
|
| static NetworkTypePattern Wireless();
|
|
|
| - // Matches cellular or wimax networks.
|
| + // Matches Cellular, WiMAX, or Tether networks.
|
| static NetworkTypePattern Mobile();
|
|
|
| // Matches non virtual networks.
|
|
|