| Index: chrome/browser/chromeos/cros/network_parser.h
|
| diff --git a/chrome/browser/chromeos/cros/network_parser.h b/chrome/browser/chromeos/cros/network_parser.h
|
| index 33a15ac18360f8dab27d5f4f2b227b14c244b1d0..86f6206ad08ae344023c830c5a16a477bcac9f25 100644
|
| --- a/chrome/browser/chromeos/cros/network_parser.h
|
| +++ b/chrome/browser/chromeos/cros/network_parser.h
|
| @@ -20,11 +20,11 @@ namespace chromeos {
|
|
|
| class NetworkDevice;
|
|
|
| -// This takes a Value of a particular form, and maps the keys in the
|
| -// dictionary to a NetworkDevice object to initialize it properly.
|
| -// Subclasses of this can then customize its methods to parse either
|
| -// libcros (flimflam) data or network setup information obtained from
|
| -// policy or setup file import depending on the EnumMapper supplied.
|
| +// This takes a Value of a particular form, and maps the keys in the dictionary
|
| +// to a NetworkDevice object to initialize it properly. Subclasses of this can
|
| +// then customize its methods to parse either Shill data or network setup
|
| +// information obtained from policy or setup file import depending on the
|
| +// EnumMapper supplied.
|
| class NetworkDeviceParser {
|
| public:
|
| virtual ~NetworkDeviceParser();
|
|
|