summaryrefslogtreecommitdiffstats
path: root/remoting/host/mouse_shape_pump.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-22 14:49:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 22:50:51 +0000
commitc5960f3143870ec1fbb1dd7280238b324c49c694 (patch)
tree0f0acfc895b17661165ee5770c50ac006fdd33b4 /remoting/host/mouse_shape_pump.h
parent89572b9c9defce673e0ec094b14a0bc9bbe9b8db (diff)
downloadchromium_src-c5960f3143870ec1fbb1dd7280238b324c49c694.zip
chromium_src-c5960f3143870ec1fbb1dd7280238b324c49c694.tar.gz
chromium_src-c5960f3143870ec1fbb1dd7280238b324c49c694.tar.bz2
Switch to standard integer types in remoting/host/.
BUG=138542 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/1547473005 Cr-Commit-Position: refs/heads/master@{#366676}
Diffstat (limited to 'remoting/host/mouse_shape_pump.h')
-rw-r--r--remoting/host/mouse_shape_pump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/mouse_shape_pump.h b/remoting/host/mouse_shape_pump.h
index cc001893..9930acd 100644
--- a/remoting/host/mouse_shape_pump.h
+++ b/remoting/host/mouse_shape_pump.h
@@ -6,6 +6,7 @@
#define REMOTING_HOST_MOUSE_SHAPE_PUMP_H_
#include "base/callback.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"