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

Unified Diff: components/pairing/fake_host_pairing_controller.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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
« no previous file with comments | « components/pairing/fake_controller_pairing_controller.h ('k') | components/pairing/proto_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pairing/fake_host_pairing_controller.cc
diff --git a/components/pairing/fake_host_pairing_controller.cc b/components/pairing/fake_host_pairing_controller.cc
index 0e4a34e1a947b3fe9738973a526f85762ead65fb..b2f79fddebc7f96b9ede1770a6265293ffae6cdc 100644
--- a/components/pairing/fake_host_pairing_controller.cc
+++ b/components/pairing/fake_host_pairing_controller.cc
@@ -4,6 +4,8 @@
#include "components/pairing/fake_host_pairing_controller.h"
+#include <stddef.h>
+
#include <map>
#include <vector>
« no previous file with comments | « components/pairing/fake_controller_pairing_controller.h ('k') | components/pairing/proto_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698