Index: sync/internal_api/js_mutation_event_observer.cc |
diff --git a/sync/internal_api/js_mutation_event_observer.cc b/sync/internal_api/js_mutation_event_observer.cc |
index b40693b8b29084fffed4feb7ce08d2f7a8d7b173..857d723e39e7cac6765b3707238a83b679d5bdbc 100644 |
--- a/sync/internal_api/js_mutation_event_observer.cc |
+++ b/sync/internal_api/js_mutation_event_observer.cc |
@@ -4,6 +4,9 @@ |
#include "sync/internal_api/js_mutation_event_observer.h" |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include <string> |
#include "base/location.h" |
@@ -45,7 +48,7 @@ const size_t kChangeLimit = 100; |
void JsMutationEventObserver::OnChangesApplied( |
ModelType model_type, |
- int64 write_transaction_id, |
+ int64_t write_transaction_id, |
const ImmutableChangeRecordList& changes) { |
if (!event_handler_.IsInitialized()) { |
return; |