Index: chrome/browser/sync/glue/generic_change_processor.h |
diff --git a/chrome/browser/sync/glue/generic_change_processor.h b/chrome/browser/sync/glue/generic_change_processor.h |
index d48a50de2a5d91c22b2211443a39b02e7d4aea33..85331e37fdfe5cf31a8d9fc335d8c8c96e3e7c1b 100644 |
--- a/chrome/browser/sync/glue/generic_change_processor.h |
+++ b/chrome/browser/sync/glue/generic_change_processor.h |
@@ -133,7 +133,7 @@ class GenericChangeProcessor : public ChangeProcessor, |
// invalidated before attachment_service_ is destroyed. |
base::WeakPtrFactory<syncer::AttachmentService> |
attachment_service_weak_ptr_factory_; |
- syncer::AttachmentServiceProxy attachment_service_proxy_; |
+ scoped_refptr<syncer::AttachmentServiceProxy> attachment_service_proxy_; |
DISALLOW_COPY_AND_ASSIGN(GenericChangeProcessor); |
}; |