Index: net/test/remote_test_server.h |
=================================================================== |
--- net/test/remote_test_server.h (revision 126537) |
+++ net/test/remote_test_server.h (working copy) |
@@ -29,7 +29,7 @@ |
RemoteTestServer(const HTTPSOptions& https_options, |
const FilePath& document_root); |
- ~RemoteTestServer(); |
+ virtual ~RemoteTestServer(); |
// Starts the Python test server on the host, instead of on the device. |
bool Start() WARN_UNUSED_RESULT; |