| Index: components/browser_sync/browser/profile_sync_components_factory_impl.h
|
| diff --git a/components/browser_sync/browser/profile_sync_components_factory_impl.h b/components/browser_sync/browser/profile_sync_components_factory_impl.h
|
| index 3c04a32dfd7db9433fbfb24916e052bfb4ce869b..6b3024b04ba1605e07fe72235081b6ddfd8dcd6f 100644
|
| --- a/components/browser_sync/browser/profile_sync_components_factory_impl.h
|
| +++ b/components/browser_sync/browser/profile_sync_components_factory_impl.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
|
| #define COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/command_line.h"
|
| @@ -85,7 +86,7 @@ class ProfileSyncComponentsFactoryImpl
|
| sync_driver::SyncApiComponentFactory::SyncComponents
|
| CreateBookmarkSyncComponents(
|
| sync_driver::SyncService* sync_service,
|
| - syncer::DataTypeErrorHandler* error_handler) override;
|
| + std::unique_ptr<syncer::DataTypeErrorHandler> error_handler) override;
|
|
|
| private:
|
| // Register data types which are enabled on both desktop and mobile.
|
|
|