Chromium Code Reviews| Index: net/socket/ssl_error_params.h |
| =================================================================== |
| --- net/socket/ssl_error_params.h (revision 92173) |
| +++ net/socket/ssl_error_params.h (working copy) |
| @@ -16,7 +16,7 @@ |
| SSLErrorParams(int net_error, int ssl_lib_error); |
| virtual ~SSLErrorParams(); |
| - virtual Value* ToValue() const; |
| + virtual base::Value* ToValue() const; |
| private: |
| const int net_error_; |