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

Unified Diff: remoting/host/native_messaging/log_message_handler.h

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/mouse_shape_pump_unittest.cc ('k') | remoting/host/native_messaging/native_messaging_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/native_messaging/log_message_handler.h
diff --git a/remoting/host/native_messaging/log_message_handler.h b/remoting/host/native_messaging/log_message_handler.h
index 74596fa19038a20d24a92b0132d73b19d5696ec9..047a5362f2ae6bf679547e6d8498e4e0f89c4756 100644
--- a/remoting/host/native_messaging/log_message_handler.h
+++ b/remoting/host/native_messaging/log_message_handler.h
@@ -5,6 +5,8 @@
#ifndef REMOTING_HOST_NATIVE_MESSAGIN_LOG_HANDLER_H_
#define REMOTING_HOST_NATIVE_MESSAGIN_LOG_HANDLER_H_
+#include <stddef.h>
+
#include "base/callback.h"
#include "base/memory/weak_ptr.h"
#include "base/values.h"
« no previous file with comments | « remoting/host/mouse_shape_pump_unittest.cc ('k') | remoting/host/native_messaging/native_messaging_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698