| Index: net/test/spawned_test_server/local_test_server.h
|
| diff --git a/net/test/spawned_test_server/local_test_server.h b/net/test/spawned_test_server/local_test_server.h
|
| index a719598631c1731d5687314a46bcf47da79bca43..37b118588a5915b05bca4e72519f60f524299670 100644
|
| --- a/net/test/spawned_test_server/local_test_server.h
|
| +++ b/net/test/spawned_test_server/local_test_server.h
|
| @@ -38,7 +38,7 @@ class LocalTestServer : public BaseTestServer {
|
| const SSLOptions& ssl_options,
|
| const base::FilePath& document_root);
|
|
|
| - virtual ~LocalTestServer();
|
| + ~LocalTestServer() override;
|
|
|
| // Start the test server and block until it's ready. Returns true on success.
|
| bool Start() WARN_UNUSED_RESULT;
|
|
|