| Index: components/drive/file_system/create_directory_operation.cc
|
| diff --git a/components/drive/file_system/create_directory_operation.cc b/components/drive/file_system/create_directory_operation.cc
|
| index a06ef5ba5c2a7778cd0d3e90ef9c4193366ad9f8..664ae7f22d2e78c941dabf4b54a336bf0d542686 100644
|
| --- a/components/drive/file_system/create_directory_operation.cc
|
| +++ b/components/drive/file_system/create_directory_operation.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/drive/file_system/create_directory_operation.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "components/drive/drive.pb.h"
|
| #include "components/drive/file_change.h"
|
| #include "components/drive/file_system/operation_delegate.h"
|
|
|