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

Unified Diff: content/child/resource_dispatcher.cc

Issue 809133002: ResourceDispatcher: put WeakPtrFactory last (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « content/child/resource_dispatcher.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.cc
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
index 1d7d03bb7807b7554a78082cbc3f09a3c275b46e..e5fb19a5f89bec2f13e4f7fbaf9cf4dc38770653 100644
--- a/content/child/resource_dispatcher.cc
+++ b/content/child/resource_dispatcher.cc
@@ -294,8 +294,8 @@ ResourceDispatcher::ResourceDispatcher(
: message_sender_(sender),
delegate_(NULL),
io_timestamp_(base::TimeTicks()),
- weak_factory_(this),
- main_thread_task_runner_(main_thread_task_runner) {
+ main_thread_task_runner_(main_thread_task_runner),
+ weak_factory_(this) {
}
ResourceDispatcher::~ResourceDispatcher() {
« no previous file with comments | « content/child/resource_dispatcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698