| Index: components/browser_sync/browser/profile_sync_service.cc
 | 
| diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
 | 
| index 530dc37ed70ae5a57538cc8f973df9eb0d5bf967..8960ff867d7b49a9f77ad14c04a9e2606bf15ff1 100644
 | 
| --- a/components/browser_sync/browser/profile_sync_service.cc
 | 
| +++ b/components/browser_sync/browser/profile_sync_service.cc
 | 
| @@ -48,7 +48,6 @@
 | 
|  #include "components/sync/base/experiments.h"
 | 
|  #include "components/sync/base/stop_source.h"
 | 
|  #include "components/sync/base/sync_db_util.h"
 | 
| -#include "components/sync/base/sync_string_conversions.h"
 | 
|  #include "components/sync/core/configure_reason.h"
 | 
|  #include "components/sync/core/http_bridge_network_resources.h"
 | 
|  #include "components/sync/core/network_resources.h"
 | 
| @@ -76,6 +75,7 @@
 | 
|  #include "components/sync/driver/sync_util.h"
 | 
|  #include "components/sync/driver/system_encryptor.h"
 | 
|  #include "components/sync/driver/user_selectable_sync_type.h"
 | 
| +#include "components/sync/engine/sync_string_conversions.h"
 | 
|  #include "components/sync/js/js_event_details.h"
 | 
|  #include "components/sync/protocol/sync.pb.h"
 | 
|  #include "components/sync/sessions/model_neutral_state.h"
 | 
| 
 |