| Index: components/drive/sync/entry_update_performer.cc
|
| diff --git a/components/drive/sync/entry_update_performer.cc b/components/drive/sync/entry_update_performer.cc
|
| index 54186231b743e604b315212d51a6a03ade191deb..3367ebf084e7cc32e40e8a4ea7c6d2d767b78d44 100644
|
| --- a/components/drive/sync/entry_update_performer.cc
|
| +++ b/components/drive/sync/entry_update_performer.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/drive/sync/entry_update_performer.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <set>
|
|
|
| #include "base/callback_helpers.h"
|
| @@ -30,7 +32,7 @@ struct EntryUpdatePerformer::LocalState {
|
| ResourceEntry parent_entry;
|
| base::FilePath drive_file_path;
|
| base::FilePath cache_file_path;
|
| - int64 cache_file_size;
|
| + int64_t cache_file_size;
|
| bool should_content_update;
|
| };
|
|
|
|
|