Index: chrome/browser/sync/glue/favicon_cache.h |
diff --git a/chrome/browser/sync/glue/favicon_cache.h b/chrome/browser/sync/glue/favicon_cache.h |
index cb897f0ac8cc2a0bf459b54268eeaa75f9118a70..964f034773b65b656826ea3f829861885562584b 100644 |
--- a/chrome/browser/sync/glue/favicon_cache.h |
+++ b/chrome/browser/sync/glue/favicon_cache.h |
@@ -214,9 +214,6 @@ class FaviconCache : public syncer::SyncableService, |
// TODO(zea): consider creating a favicon handler here for fetching unsynced |
// favicons from the web. |
- // Weak pointer factory for favicon loads. |
- base::WeakPtrFactory<FaviconCache> weak_ptr_factory_; |
- |
scoped_ptr<syncer::SyncChangeProcessor> favicon_images_sync_processor_; |
scoped_ptr<syncer::SyncChangeProcessor> favicon_tracking_sync_processor_; |
@@ -226,6 +223,9 @@ class FaviconCache : public syncer::SyncableService, |
// Maximum number of favicons to sync. 0 means no limit. |
const size_t max_sync_favicon_limit_; |
+ // Weak pointer factory for favicon loads. |
+ base::WeakPtrFactory<FaviconCache> weak_ptr_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(FaviconCache); |
}; |