| Index: chrome/browser/chromeos/cros/native_network_parser.h
|
| diff --git a/chrome/browser/chromeos/cros/native_network_parser.h b/chrome/browser/chromeos/cros/native_network_parser.h
|
| index 68b7cbc3e6f6852dbf8481d05cb95db13c61eb31..e80e4d61506257605fcab540d38a0e8dc1c0f3ed 100644
|
| --- a/chrome/browser/chromeos/cros/native_network_parser.h
|
| +++ b/chrome/browser/chromeos/cros/native_network_parser.h
|
| @@ -20,7 +20,7 @@ namespace chromeos {
|
|
|
| // This is the network device parser that parses the data from the
|
| // network stack on the native platform. Currently it parses
|
| -// FlimFlam-provided information.
|
| +// Shill-provided information.
|
| class NativeNetworkDeviceParser : public NetworkDeviceParser {
|
| public:
|
| NativeNetworkDeviceParser();
|
| @@ -54,7 +54,7 @@ class NativeNetworkDeviceParser : public NetworkDeviceParser {
|
|
|
| // This is the network parser that parses the data from the network
|
| // stack on the native platform. Currently it parses
|
| -// FlimFlam-provided information.
|
| +// Shill-provided information.
|
| class NativeNetworkParser : public NetworkParser {
|
| public:
|
| NativeNetworkParser();
|
|
|