| Index: net/test/embedded_test_server/http_response.h
|
| diff --git a/net/test/embedded_test_server/http_response.h b/net/test/embedded_test_server/http_response.h
|
| index 422a52553eaae7b12831316a517825a99e1aab63..2172354bb2ead14a51c5aecf9345e29c8ef29e8c 100644
|
| --- a/net/test/embedded_test_server/http_response.h
|
| +++ b/net/test/embedded_test_server/http_response.h
|
| @@ -54,7 +54,7 @@ class BasicHttpResponse : public HttpResponse {
|
| }
|
|
|
| // Generates and returns a http response string.
|
| - virtual std::string ToResponseString() const OVERRIDE;
|
| + virtual std::string ToResponseString() const override;
|
|
|
| private:
|
| HttpStatusCode code_;
|
|
|