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

Unified Diff: jingle/glue/task_pump.cc

Issue 67673003: Move WeakPtrFactory members in jingle/ classes to the correct locations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « jingle/glue/task_pump.h ('k') | jingle/glue/thread_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/task_pump.cc
diff --git a/jingle/glue/task_pump.cc b/jingle/glue/task_pump.cc
index be5f25b4b6721e61f6d98a762b8daf1aba72dbe8..3c0ddaafeda1037e7f46fee4eb43de75c00723cf 100644
--- a/jingle/glue/task_pump.cc
+++ b/jingle/glue/task_pump.cc
@@ -9,9 +9,10 @@
namespace jingle_glue {
TaskPump::TaskPump()
- : weak_factory_(this),
- posted_wake_(false),
- stopped_(false) {}
+ : posted_wake_(false),
+ stopped_(false),
+ weak_factory_(this) {
+}
TaskPump::~TaskPump() {
DCHECK(CalledOnValidThread());
« no previous file with comments | « jingle/glue/task_pump.h ('k') | jingle/glue/thread_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698