summaryrefslogtreecommitdiffstats
path: root/chromeos/network/shill_property_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/shill_property_util.h')
-rw-r--r--chromeos/network/shill_property_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h
index e8485ba..9072a28 100644
--- a/chromeos/network/shill_property_util.h
+++ b/chromeos/network/shill_property_util.h
@@ -75,7 +75,7 @@ class CHROMEOS_EXPORT NetworkTypePattern {
// Matches only networks of exactly the type |shill_network_type|, which must
// be one of the types defined in service_constants.h (e.g.
- // flimflam::kTypeWifi).
+ // shill::kTypeWifi).
// Note: Shill distinguishes Ethernet without EAP from Ethernet with EAP. If
// unsure, better use one of the matchers above.
static NetworkTypePattern Primitive(const std::string& shill_network_type);