Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: net/test/spawned_test_server/spawner_communicator.cc

Issue 506523002: net : Declaring the weak_ptr_factory in proper order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/test/spawned_test_server/spawner_communicator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
« no previous file with comments | « net/test/spawned_test_server/spawner_communicator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698