| Index: components/drive/file_change.h
|
| diff --git a/components/drive/file_change.h b/components/drive/file_change.h
|
| index 40e3a6a55b4fdeab9fd981017f5cccc457adb69c..9d885b88b646a79292916f89323476dd88018cd4 100644
|
| --- a/components/drive/file_change.h
|
| +++ b/components/drive/file_change.h
|
| @@ -5,11 +5,12 @@
|
| #ifndef COMPONENTS_DRIVE_FILE_CHANGE_H_
|
| #define COMPONENTS_DRIVE_FILE_CHANGE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <deque>
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
|
|
| namespace drive {
|
|
|