| Index: chrome/browser/sync/profile_sync_factory_impl.h
 | 
| ===================================================================
 | 
| --- chrome/browser/sync/profile_sync_factory_impl.h	(revision 56023)
 | 
| +++ chrome/browser/sync/profile_sync_factory_impl.h	(working copy)
 | 
| @@ -56,6 +56,10 @@
 | 
|        history::HistoryBackend* history_backend,
 | 
|        browser_sync::UnrecoverableErrorHandler* error_handler);
 | 
|  
 | 
| +  virtual SyncComponents CreateSessionSyncComponents(
 | 
| +      ProfileSyncService* profile_sync_service,
 | 
| +      browser_sync::UnrecoverableErrorHandler* error_handler);
 | 
| +
 | 
|   private:
 | 
|    Profile* profile_;
 | 
|    CommandLine* command_line_;
 | 
| 
 |