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

Unified Diff: jingle/glue/task_pump.h

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/proxy_resolving_client_socket.h ('k') | jingle/glue/task_pump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/task_pump.h
diff --git a/jingle/glue/task_pump.h b/jingle/glue/task_pump.h
index 17ce68916da38ca1bfbd8f24ef0c90f2d4bb4cff..a90cab6abb69a00df910a64d75606bdc40734739 100644
--- a/jingle/glue/task_pump.h
+++ b/jingle/glue/task_pump.h
@@ -30,10 +30,11 @@ class TaskPump : public talk_base::TaskRunner, public base::NonThreadSafe {
private:
void CheckAndRunTasks();
- base::WeakPtrFactory<TaskPump> weak_factory_;
bool posted_wake_;
bool stopped_;
+ base::WeakPtrFactory<TaskPump> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(TaskPump);
};
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket.h ('k') | jingle/glue/task_pump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698