Index: chrome/browser/ui/app_list/app_list_syncable_service_factory.h |
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service_factory.h b/chrome/browser/ui/app_list/app_list_syncable_service_factory.h |
index 9caac4dfdd66d00b1373abd6f97b16852de0f75a..feaa743f428f21991d62574c2e6a5ac86f3e1e20 100644 |
--- a/chrome/browser/ui/app_list/app_list_syncable_service_factory.h |
+++ b/chrome/browser/ui/app_list/app_list_syncable_service_factory.h |
@@ -6,6 +6,7 @@ |
#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_SYNCABLE_SERVICE_FACTORY_H_ |
#include "base/basictypes.h" |
+#include "base/memory/scoped_ptr.h" |
#include "base/memory/singleton.h" |
#include "components/keyed_service/content/browser_context_keyed_service_factory.h" |
@@ -24,7 +25,7 @@ class AppListSyncableServiceFactory : public BrowserContextKeyedServiceFactory { |
static AppListSyncableServiceFactory* GetInstance(); |
- static KeyedService* BuildInstanceFor( |
+ static scoped_ptr<KeyedService> BuildInstanceFor( |
content::BrowserContext* browser_context); |
private: |