| Index: net/http/http_net_log_params.h
|
| diff --git a/net/http/http_net_log_params.h b/net/http/http_net_log_params.h
|
| index 1ba94dec21945945227fcb19a610b1a53a5e0c38..daa4770dbdb4a42555be3db8c2d71a8dfddd3307 100644
|
| --- a/net/http/http_net_log_params.h
|
| +++ b/net/http/http_net_log_params.h
|
| @@ -35,7 +35,7 @@ class NetLogHttpRequestParameter : public NetLog::EventParameters {
|
| }
|
|
|
| // NetLog::EventParameters
|
| - virtual base::Value* ToValue() const;
|
| + virtual base::Value* ToValue() const OVERRIDE;
|
|
|
| private:
|
| virtual ~NetLogHttpRequestParameter();
|
| @@ -56,7 +56,7 @@ class NetLogHttpResponseParameter : public NetLog::EventParameters {
|
| }
|
|
|
| // NetLog::EventParameters
|
| - virtual base::Value* ToValue() const;
|
| + virtual base::Value* ToValue() const OVERRIDE;
|
|
|
| private:
|
| virtual ~NetLogHttpResponseParameter();
|
|
|