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

Unified Diff: sync/internal_api/sync_rollback_manager_base.cc

Issue 509853003: Code refactor related to WeakPtrFactory in src/sync module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: applied the WeakPtrFactory changes for src/sync module 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 | « sync/internal_api/sync_rollback_manager_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/sync_rollback_manager_base.cc
diff --git a/sync/internal_api/sync_rollback_manager_base.cc b/sync/internal_api/sync_rollback_manager_base.cc
index a2f14e4b90147cb709c125beb7f0c33328b54b11..dc314b00045e3b3bd87ae892214a9cb1108f9f29 100644
--- a/sync/internal_api/sync_rollback_manager_base.cc
+++ b/sync/internal_api/sync_rollback_manager_base.cc
@@ -41,9 +41,9 @@ namespace syncer {
SyncRollbackManagerBase::SyncRollbackManagerBase()
: report_unrecoverable_error_function_(NULL),
- weak_ptr_factory_(this),
dummy_handler_(new DummyEntryptionHandler),
- initialized_(false) {
+ initialized_(false),
+ weak_ptr_factory_(this) {
}
SyncRollbackManagerBase::~SyncRollbackManagerBase() {
« no previous file with comments | « sync/internal_api/sync_rollback_manager_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698