| Index: components/sync/driver/directory_data_type_controller.h
|
| diff --git a/components/sync/driver/directory_data_type_controller.h b/components/sync/driver/directory_data_type_controller.h
|
| index 1f0a8e88f2d091ea904f00b2ed6c17ea2b348a93..701867ef722bdda751adbde7a8b5678efcaf194b 100644
|
| --- a/components/sync/driver/directory_data_type_controller.h
|
| +++ b/components/sync/driver/directory_data_type_controller.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef COMPONENTS_SYNC_DRIVER_DIRECTORY_DATA_TYPE_CONTROLLER_H__
|
| #define COMPONENTS_SYNC_DRIVER_DIRECTORY_DATA_TYPE_CONTROLLER_H__
|
|
|
| -#include "components/sync/driver/data_type_controller.h"
|
| +#include <memory>
|
|
|
| +#include "components/sync/driver/data_type_controller.h"
|
| #include "components/sync/driver/sync_client.h"
|
| #include "components/sync/engine/model_safe_worker.h"
|
| #include "components/sync/syncable/directory.h"
|
|
|