| 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 271fe330e420de0ff6b3f7818291b8ff371e05ce..d5cd13396cb0ea2cb2b43840decbdcf7d49fd480 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -414,7 +414,7 @@ class NetworkDevice {
|
| // PropertyIndex that was updated in |index|. |index| may be NULL
|
| // if not needed.
|
| bool UpdateStatus(const std::string& key,
|
| - const Value& value,
|
| + Value* value,
|
| PropertyIndex *index);
|
|
|
| NativeNetworkDeviceParser* device_parser() { return device_parser_.get(); }
|
| @@ -640,7 +640,7 @@ class Network {
|
| }
|
|
|
| virtual bool UpdateStatus(const std::string& key,
|
| - const Value& value,
|
| + Value* value,
|
| PropertyIndex* index);
|
|
|
| protected:
|
|
|