| Index: ios/chrome/browser/sync/fake_sync_service_factory.h
 | 
| diff --git a/ios/chrome/browser/sync/fake_sync_service_factory.h b/ios/chrome/browser/sync/fake_sync_service_factory.h
 | 
| index 037965786058e4ebc134ae343ac511574813c327..cc5de42ec81af43f9880561b2a19c79eb49f4d5a 100644
 | 
| --- a/ios/chrome/browser/sync/fake_sync_service_factory.h
 | 
| +++ b/ios/chrome/browser/sync/fake_sync_service_factory.h
 | 
| @@ -15,9 +15,9 @@ template <typename T>
 | 
|  struct DefaultSingletonTraits;
 | 
|  }  // namespace base
 | 
|  
 | 
| -namespace syncer {
 | 
| +namespace sync_driver {
 | 
|  class FakeSyncService;
 | 
| -}  // namespace syncer
 | 
| +}
 | 
|  
 | 
|  namespace ios {
 | 
|  
 | 
| @@ -29,11 +29,11 @@ class FakeSyncServiceFactory : public BrowserStateKeyedServiceFactory {
 | 
|    static FakeSyncServiceFactory* GetInstance();
 | 
|  
 | 
|    // Returns the FakeSyncService associated to |browser_state|.
 | 
| -  static syncer::FakeSyncService* GetForBrowserState(
 | 
| +  static sync_driver::FakeSyncService* GetForBrowserState(
 | 
|        ios::ChromeBrowserState* browser_state);
 | 
|  
 | 
|    // Returns the FakeSyncService associated to |browser_state|, if it exists.
 | 
| -  static syncer::FakeSyncService* GetForBrowserStateIfExists(
 | 
| +  static sync_driver::FakeSyncService* GetForBrowserStateIfExists(
 | 
|        ios::ChromeBrowserState* browser_state);
 | 
|  
 | 
|   private:
 | 
| 
 |