Index: chrome/browser/sync/profile_sync_components_factory_impl.cc |
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
index 25271d2dc853d8b99467c84146b7793406f8f894..8b255f7ff9ed94eea4ec7470709dff9ce3b01510 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
@@ -463,11 +463,6 @@ browser_sync::GenericChangeProcessor* |
attachment_service.Pass()); |
} |
-browser_sync::SharedChangeProcessor* ProfileSyncComponentsFactoryImpl:: |
- CreateSharedChangeProcessor() { |
- return new SharedChangeProcessor(); |
-} |
- |
base::WeakPtr<syncer::SyncableService> ProfileSyncComponentsFactoryImpl:: |
GetSyncableServiceForType(syncer::ModelType type) { |
if (!profile_) { // For tests. |