| Index: net/base/address_list_net_log_param.h
|
| diff --git a/net/base/address_list_net_log_param.h b/net/base/address_list_net_log_param.h
|
| index 4c621b320690b768977c4a1f01501ef4d0597622..f75c65b675b60da886b43478ac1c6b48ef507aa7 100644
|
| --- a/net/base/address_list_net_log_param.h
|
| +++ b/net/base/address_list_net_log_param.h
|
| @@ -18,7 +18,7 @@ class AddressListNetLogParam : public NetLog::EventParameters {
|
| public:
|
| explicit AddressListNetLogParam(const AddressList& address_list);
|
|
|
| - virtual base::Value* ToValue() const;
|
| + virtual base::Value* ToValue() const OVERRIDE;
|
|
|
| private:
|
| AddressList address_list_;
|
|
|