Index: net/test/spawner_communicator.h |
=================================================================== |
--- net/test/spawner_communicator.h (revision 126537) |
+++ net/test/spawner_communicator.h (working copy) |
@@ -62,7 +62,7 @@ |
class SpawnerCommunicator : public net::URLRequest::Delegate { |
public: |
explicit SpawnerCommunicator(uint16 port); |
- ~SpawnerCommunicator(); |
+ virtual ~SpawnerCommunicator(); |
// Starts an instance of the Python test server on the host/ machine. |
// If successfully started, returns true, setting |*port| to the port |