Index: chrome/browser/sync/glue/sync_backend_host.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h |
index 3a4e82aa743edaaa4357416ec33db384368ac181..6a3cb2030edc2b904e0bc587d29346f6c026dac5 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -519,8 +519,6 @@ class SyncBackendHost |
virtual void OnIncomingInvalidation( |
const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE; |
- base::WeakPtrFactory<SyncBackendHost> weak_ptr_factory_; |
- |
content::NotificationRegistrar notification_registrar_; |
// A reference to the MessageLoop used to construct |this|, so we know how |
@@ -581,6 +579,8 @@ class SyncBackendHost |
invalidation::InvalidationService* invalidator_; |
bool invalidation_handler_registered_; |
+ base::WeakPtrFactory<SyncBackendHost> weak_ptr_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(SyncBackendHost); |
}; |