| Index: chrome/browser/sync/profile_sync_factory_mock.h
 | 
| ===================================================================
 | 
| --- chrome/browser/sync/profile_sync_factory_mock.h	(revision 98647)
 | 
| +++ chrome/browser/sync/profile_sync_factory_mock.h	(working copy)
 | 
| @@ -71,6 +71,10 @@
 | 
|                     ProfileSyncService* profile_sync_service,
 | 
|                     history::HistoryBackend* history_backend,
 | 
|                     browser_sync::UnrecoverableErrorHandler* error_handler));
 | 
| +  MOCK_METHOD2(CreateSearchEngineSyncComponents,
 | 
| +               SyncComponents(
 | 
| +                   ProfileSyncService* profile_sync_service,
 | 
| +                   browser_sync::UnrecoverableErrorHandler* error_handler));
 | 
|  
 | 
|   private:
 | 
|    SyncComponents MakeBookmarkSyncComponents();
 | 
| 
 |