Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: sync/internal_api/public/data_batch_impl.h

Issue 1545553003: Switch to standard integer types in sync/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/internal_api/public/data_batch_impl.h
diff --git a/sync/internal_api/public/data_batch_impl.h b/sync/internal_api/public/data_batch_impl.h
index 8b369baace6258dc38ffb2dea9c31ae2f90f6ce3..9313310f420f942b60725f86f25c08312c2c2f31 100644
--- a/sync/internal_api/public/data_batch_impl.h
+++ b/sync/internal_api/public/data_batch_impl.h
@@ -5,6 +5,8 @@
#ifndef SYNC_INTERNAL_API_PUBLIC_DATA_BATCH_IMPL_H_
#define SYNC_INTERNAL_API_PUBLIC_DATA_BATCH_IMPL_H_
+#include <stddef.h>
+
#include <string>
#include <utility>
#include <vector>
« no previous file with comments | « sync/internal_api/public/change_record_unittest.cc ('k') | sync/internal_api/public/data_type_association_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698