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

Unified Diff: chrome/service/cloud_print/printer_job_handler.h

Issue 557833006: Fix WeakPtrFactory member ordering in chrome/browser and chrome/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the WeakPtr comments in files Created 6 years, 3 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 | « chrome/browser/upgrade_detector_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/printer_job_handler.h
diff --git a/chrome/service/cloud_print/printer_job_handler.h b/chrome/service/cloud_print/printer_job_handler.h
index 4da91abb98a583ce3ac3b9b38e3b54dd569f3cde..3c1eb11a3035aaa1387f4d264956bfecaca2932e 100644
--- a/chrome/service/cloud_print/printer_job_handler.h
+++ b/chrome/service/cloud_print/printer_job_handler.h
@@ -303,12 +303,13 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>,
PrinterJobQueueHandler job_queue_handler_;
base::TimeTicks last_job_fetch_time_;
- base::WeakPtrFactory<PrinterJobHandler> weak_ptr_factory_;
base::Time job_start_time_;
base::Time spooling_start_time_;
base::Time last_caps_update_time_;
+ base::WeakPtrFactory<PrinterJobHandler> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(PrinterJobHandler);
};
« no previous file with comments | « chrome/browser/upgrade_detector_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698