| Index: chromeos/network/shill_property_handler_unittest.cc
|
| diff --git a/chromeos/network/shill_property_handler_unittest.cc b/chromeos/network/shill_property_handler_unittest.cc
|
| index 489cefc3c34137896dd62ce76991fbd5f9409893..ec80cfbb68ae1b84c4bd7e412b02da5305e647e8 100644
|
| --- a/chromeos/network/shill_property_handler_unittest.cc
|
| +++ b/chromeos/network/shill_property_handler_unittest.cc
|
| @@ -248,6 +248,7 @@ class ShillPropertyHandlerTest : public testing::Test {
|
|
|
| bool IsValidType(const std::string& type) {
|
| return (type == flimflam::kTypeEthernet ||
|
| + type == shill::kTypeEthernetEap ||
|
| type == flimflam::kTypeWifi ||
|
| type == flimflam::kTypeWimax ||
|
| type == flimflam::kTypeBluetooth ||
|
|
|