| 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 5834154f73720d26cc3f80d448f8539b860a444b..fbce220f8dbaf0941326dc8b3d4e914de22e1560 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -492,7 +492,7 @@ class Network {
|
| std::string* dest);
|
| virtual void SetBooleanProperty(const char* prop, bool b, bool* dest);
|
| virtual void SetIntegerProperty(const char* prop, int i, int* dest);
|
| - virtual void SetValueProperty(const char* prop, base::Value* val);
|
| + virtual void SetValueProperty(const char* prop, const base::Value& val);
|
| virtual void ClearProperty(const char* prop);
|
|
|
| // This will clear the property if string is empty. Otherwise, it will set it.
|
|
|