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

Unified Diff: sync/internal_api/attachments/attachment_util.cc

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/attachments/attachment_util.cc
diff --git a/sync/internal_api/attachments/attachment_util.cc b/sync/internal_api/attachments/attachment_util.cc
index 08d7f997e0cb404af534f2a0d154a997f7919ebf..c2debca4bc128155bf46db510fad2ef7182cbd96 100644
--- a/sync/internal_api/attachments/attachment_util.cc
+++ b/sync/internal_api/attachments/attachment_util.cc
@@ -4,6 +4,8 @@
#include "sync/internal_api/public/attachments/attachment_util.h"
+#include <stdint.h>
+
#include "base/memory/ref_counted_memory.h"
#include "third_party/leveldatabase/src/util/crc32c.h"
« no previous file with comments | « sync/internal_api/attachments/attachment_uploader_impl.cc ('k') | sync/internal_api/attachments/on_disk_attachment_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698