| Index: chrome/browser/chromeos/cros/network_library_impl_cros.cc
|
| diff --git a/chrome/browser/chromeos/cros/network_library_impl_cros.cc b/chrome/browser/chromeos/cros/network_library_impl_cros.cc
|
| index b0efb580a0a8cce00a5f9bf720b2569d3f6d6772..0f22da9ee5c887a7b76557bd82a6f824fd75c3aa 100644
|
| --- a/chrome/browser/chromeos/cros/network_library_impl_cros.cc
|
| +++ b/chrome/browser/chromeos/cros/network_library_impl_cros.cc
|
| @@ -998,7 +998,7 @@ void NetworkLibraryImplCros::UpdateProfile(
|
| break;
|
| }
|
| if (iter1 == profile_list_.end()) {
|
| - // This can happen if flimflam gets restarted while Chrome is running.
|
| + // This can happen if shill gets restarted while Chrome is running.
|
| LOG(WARNING) << "Profile not in list: " << profile_path;
|
| return;
|
| }
|
|
|