Chromium Code Reviews| Index: net/test/spawned_test_server/spawner_communicator.cc |
| diff --git a/net/test/spawned_test_server/spawner_communicator.cc b/net/test/spawned_test_server/spawner_communicator.cc |
| index d7736b8d77bbad55e46c0513e058dbc6643172bb..9aadb87bb5f86dc7f45ffdda87ed37dad7ae9a66 100644 |
| --- a/net/test/spawned_test_server/spawner_communicator.cc |
| +++ b/net/test/spawned_test_server/spawner_communicator.cc |
| @@ -103,8 +103,8 @@ SpawnerCommunicator::SpawnerCommunicator(uint16 port) |
| event_(false, false), |
| port_(port), |
| next_id_(0), |
| - weak_factory_(this), |
| - is_running_(false) {} |
| + is_running_(false), |
| + weak_factory_(this) {} |
| SpawnerCommunicator::~SpawnerCommunicator() { |
| DCHECK(!is_running_); |