| Index: chrome/browser/chromeos/cros/network_library.h
|
| diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
|
| index e82af47b9f1e1ff0809c48318c34519114015a2f..ddc019609382a517973d9b952daa2be7735d7831 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -413,9 +413,9 @@ class NetworkDevice {
|
| // |value|. Returns false on failure. Upon success, returns the
|
| // PropertyIndex that was updated in |index|. |index| may be NULL
|
| // if not needed.
|
| - virtual bool UpdateStatus(const std::string& key,
|
| - const Value& value,
|
| - PropertyIndex *index);
|
| + bool UpdateStatus(const std::string& key,
|
| + const Value& value,
|
| + PropertyIndex *index);
|
|
|
| NativeNetworkDeviceParser* device_parser() { return device_parser_.get(); }
|
|
|
|
|