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

Unified Diff: components/cloud_devices/common/description_items.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (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: components/cloud_devices/common/description_items.h
diff --git a/components/cloud_devices/common/description_items.h b/components/cloud_devices/common/description_items.h
index cd30ac104dc7ff84d360d7acf7231a1167db1e33..fa15668e56c64f2bcad89f65420141e8a99343a6 100644
--- a/components/cloud_devices/common/description_items.h
+++ b/components/cloud_devices/common/description_items.h
@@ -8,10 +8,13 @@
// Defines common templates that could be used to create device specific
// capabilities and print tickets.
+#include <stddef.h>
+
#include <algorithm>
#include <vector>
#include "base/logging.h"
+#include "base/macros.h"
#include "base/numerics/safe_conversions.h"
#include "components/cloud_devices/common/cloud_device_description.h"
« no previous file with comments | « components/cloud_devices/common/cloud_device_description.h ('k') | components/cloud_devices/common/description_items_inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698