| Index: chrome/browser/sync/glue/data_type_manager_impl.h
|
| diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
|
| index 84e3a67d7446c2d16da3e7d45a0ec2b0c625ad91..78d4fe5876087ae3662e4be16ab77c2876585288 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager_impl.h
|
| +++ b/chrome/browser/sync/glue/data_type_manager_impl.h
|
| @@ -138,8 +138,6 @@ class DataTypeManagerImpl : public DataTypeManager,
|
| // valid value only when |needs_reconfigure_| is set.
|
| syncer::ConfigureReason last_configure_reason_;
|
|
|
| - base::WeakPtrFactory<DataTypeManagerImpl> weak_ptr_factory_;
|
| -
|
| // The last time Restart() was called.
|
| base::Time last_restart_time_;
|
|
|
| @@ -187,6 +185,8 @@ class DataTypeManagerImpl : public DataTypeManager,
|
| // Association and time stats of data type configuration.
|
| std::vector<syncer::DataTypeConfigurationStats> configuration_stats_;
|
|
|
| + base::WeakPtrFactory<DataTypeManagerImpl> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(DataTypeManagerImpl);
|
| };
|
|
|
|
|