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

Unified Diff: chrome/browser/sync/backend_migrator.h

Issue 26594002: Chrome sync: Put WeakPtrFactory members at the end (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge (see prior patch for try jobs) Created 7 years, 2 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
Index: chrome/browser/sync/backend_migrator.h
diff --git a/chrome/browser/sync/backend_migrator.h b/chrome/browser/sync/backend_migrator.h
index 76c9383d5ff236c004136c0d382547378b767eb9..9503440891275b5c1745878dc0655c9ea604a870 100644
--- a/chrome/browser/sync/backend_migrator.h
+++ b/chrome/browser/sync/backend_migrator.h
@@ -96,10 +96,10 @@ class BackendMigrator {
syncer::ModelTypeSet to_migrate_;
- base::WeakPtrFactory<BackendMigrator> weak_ptr_factory_;
-
base::Closure migration_done_callback_;
+ base::WeakPtrFactory<BackendMigrator> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(BackendMigrator);
};
« no previous file with comments | « no previous file | chrome/browser/sync/backend_migrator.cc » ('j') | chrome/browser/sync_file_system/drive_backend/sync_engine.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698