| Index: components/sync/driver/directory_data_type_controller.cc
 | 
| diff --git a/components/sync/driver/directory_data_type_controller.cc b/components/sync/driver/directory_data_type_controller.cc
 | 
| index c1a2fbc1915fe45025022d24ef2f83c34fa5ac80..74cdc567b695f3e0f22da15733ec92a43a898ff0 100644
 | 
| --- a/components/sync/driver/directory_data_type_controller.cc
 | 
| +++ b/components/sync/driver/directory_data_type_controller.cc
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  #include "components/sync/driver/directory_data_type_controller.h"
 | 
|  
 | 
| +#include <utility>
 | 
| +
 | 
|  #include "components/sync/core/user_share.h"
 | 
|  #include "components/sync/driver/backend_data_type_configurer.h"
 | 
|  #include "components/sync/driver/sync_service.h"
 | 
| 
 |