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

Unified Diff: remoting/host/logging_mac.cc

Issue 1547473005: Switch to standard integer types in remoting/host/. (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
« no previous file with comments | « remoting/host/local_input_monitor_x11.cc ('k') | remoting/host/mac/me2me_preference_pane.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/logging_mac.cc
diff --git a/remoting/host/logging_mac.cc b/remoting/host/logging_mac.cc
index 3225526ce001ecd5fbc5c8084d35e040970f9d86..39e007d409b528d5fe9b38307afe9ebc84dd8d94 100644
--- a/remoting/host/logging_mac.cc
+++ b/remoting/host/logging_mac.cc
@@ -5,6 +5,7 @@
#include "remoting/host/logging.h"
#include <asl.h>
+#include <stddef.h>
#include <sys/types.h>
#include <unistd.h>
« no previous file with comments | « remoting/host/local_input_monitor_x11.cc ('k') | remoting/host/mac/me2me_preference_pane.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698