Index: chrome/browser/ui/app_list/app_list_syncable_service.h |
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.h b/chrome/browser/ui/app_list/app_list_syncable_service.h |
index 6359b30f767ad4dbcdf550bd3074161db849b413..d7dd10b58bae2dd8fef727f7cbac0d548320df2b 100644 |
--- a/chrome/browser/ui/app_list/app_list_syncable_service.h |
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.h |
@@ -74,7 +74,7 @@ class AppListSyncableService : public syncer::SyncableService, |
virtual ~Observer() = default; |
}; |
- using SyncItemMap = std::map<std::string, SyncItem*>; |
+ using SyncItemMap = std::map<std::string, std::unique_ptr<SyncItem>>; |
// Populates the model when |extension_system| is ready. |
AppListSyncableService(Profile* profile, |