| Index: chrome/browser/chromeos/cros/network_library_impl_base.h
|
| diff --git a/chrome/browser/chromeos/cros/network_library_impl_base.h b/chrome/browser/chromeos/cros/network_library_impl_base.h
|
| index 29bebfd5957d3d4678fd82906b4a31121e41f1c7..75f48622d894349e5959eda87260165f1bf5a5d5 100644
|
| --- a/chrome/browser/chromeos/cros/network_library_impl_base.h
|
| +++ b/chrome/browser/chromeos/cros/network_library_impl_base.h
|
| @@ -338,7 +338,7 @@ class NetworkLibraryImplBase : public NetworkLibrary {
|
| bool if_found);
|
|
|
| // Checks whether |network| has meanwhile been pruned by ONC policy. If so,
|
| - // instructs flimflam to remove the network, deletes |network| and returns
|
| + // instructs shill to remove the network, deletes |network| and returns
|
| // false.
|
| bool ValidateRememberedNetwork(Network* network);
|
|
|
| @@ -483,7 +483,7 @@ class NetworkLibraryImplBase : public NetworkLibrary {
|
| // True if access network library is locked.
|
| bool is_locked_;
|
|
|
| - // TPM module user slot and PIN, needed by flimflam to access certificates.
|
| + // TPM module user slot and PIN, needed by shill to access certificates.
|
| std::string tpm_slot_;
|
| std::string tpm_pin_;
|
|
|
| @@ -507,7 +507,7 @@ class NetworkLibraryImplBase : public NetworkLibrary {
|
| NetworkOncMap network_onc_map_;
|
|
|
| // Keeps track of what networks ONC has configured. This is used to weed out
|
| - // stray networks that flimflam still has on file, but are not known on the
|
| + // stray networks that shill still has on file, but are not known on the
|
| // Chrome side.
|
| NetworkSourceMap network_source_map_;
|
|
|
|
|