Index: chrome/browser/sync/test_profile_sync_service.h |
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h |
index be4af67c17c37d9a9628c518e9e61988c6dfc8cb..890f699c422c7819cff11a6e9fec8a184bef32fd 100644 |
--- a/chrome/browser/sync/test_profile_sync_service.h |
+++ b/chrome/browser/sync/test_profile_sync_service.h |
@@ -97,7 +97,8 @@ class TestProfileSyncService : public ProfileSyncService { |
using ProfileSyncService::NotifyObservers; |
protected: |
- static KeyedService* TestFactoryFunction(content::BrowserContext* profile); |
+ static scoped_ptr<KeyedService> TestFactoryFunction( |
+ content::BrowserContext* profile); |
// Return NULL handle to use in backend initialization to avoid receiving |
// js messages on UI loop when it's being destroyed, which are not deleted |