Index: chromeos/network/network_connection_handler.h |
diff --git a/chromeos/network/network_connection_handler.h b/chromeos/network/network_connection_handler.h |
index d67a41c99f33b43e9cba653db4deccc9170cff96..2bc40c4ba11992ae1325223c1d3fd739f517faee 100644 |
--- a/chromeos/network/network_connection_handler.h |
+++ b/chromeos/network/network_connection_handler.h |
@@ -91,8 +91,8 @@ class CHROMEOS_EXPORT NetworkConnectionHandler |
// ConnectToNetwork() will start an asynchronous connection attempt. |
// On success, |success_callback| will be called. |
// On failure, |error_callback| will be called with |error_name| one of the |
- // constants defined above, or flimflam::kErrorConnectFailed or |
- // flimflam::kErrorBadPassphrase if the Shill Error property (from a |
+ // constants defined above, or shill::kErrorConnectFailed or |
+ // shill::kErrorBadPassphrase if the Shill Error property (from a |
// previous connect attempt) was set to one of those. |
// |error_message| will contain an additional error string for debugging. |
// If |check_error_state| is true, the current state of the network is |