Index: chromeos/network/network_state_handler.h |
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h |
index 14c12a40a4c40d3f1f01534ff0e84b3e36291ab5..3223b1ea916893213a3686c822bdd6f7b53ea021 100644 |
--- a/chromeos/network/network_state_handler.h |
+++ b/chromeos/network/network_state_handler.h |
@@ -51,7 +51,7 @@ class NetworkTypePattern; |
// |
// Most *ByType or *ForType methods will accept any of the following for |type|. |
// See individual methods for specific notes. |
-// * Any type defined in service_constants.h (e.g. flimflam::kTypeWifi) |
+// * Any type defined in service_constants.h (e.g. shill::kTypeWifi) |
// * kMatchTypeDefault returns the default (active) network |
// * kMatchTypeNonVirtual returns the primary non virtual network |
// * kMatchTypeWired returns the primary wired network |