Index: sync/internal_api/public/data_type_association_stats.h |
diff --git a/sync/internal_api/public/data_type_association_stats.h b/sync/internal_api/public/data_type_association_stats.h |
index ba38f65603f0df9d5542983c1bcc3de20a514e3e..cd5b226386b1c77c802fdaa186aed16206397d73 100644 |
--- a/sync/internal_api/public/data_type_association_stats.h |
+++ b/sync/internal_api/public/data_type_association_stats.h |
@@ -5,6 +5,8 @@ |
#ifndef SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_ASSOCIATION_STATS_H_ |
#define SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_ASSOCIATION_STATS_H_ |
+#include <stdint.h> |
+ |
#include "base/time/time.h" |
#include "sync/base/sync_export.h" |
@@ -33,8 +35,8 @@ struct SYNC_EXPORT DataTypeAssociationStats { |
int num_sync_items_modified; |
// Model versions before association. |
- int64 local_version_pre_association; |
- int64 sync_version_pre_association; |
+ int64_t local_version_pre_association; |
+ int64_t sync_version_pre_association; |
// Whether a datatype unrecoverable error was encountered during association. |
bool had_error; |