| 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);
|
| };
|
|
|
|
|