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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.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/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);
};

Powered by Google App Engine
This is Rietveld 408576698