summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin/pepper_mouse_locker.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-22 15:15:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 23:17:06 +0000
commit5a080f017c68b6230a6acea6cca89414d12db661 (patch)
treed80c0813bbf91d8d2b9f477ccdfaba26c77fc33e /remoting/client/plugin/pepper_mouse_locker.h
parent4bcdaa935641c632c546917e0442ade23c0a01a2 (diff)
downloadchromium_src-5a080f017c68b6230a6acea6cca89414d12db661.zip
chromium_src-5a080f017c68b6230a6acea6cca89414d12db661.tar.gz
chromium_src-5a080f017c68b6230a6acea6cca89414d12db661.tar.bz2
Switch to standard integer types in remoting/.
BUG=138542 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/1542203002 Cr-Commit-Position: refs/heads/master@{#366684}
Diffstat (limited to 'remoting/client/plugin/pepper_mouse_locker.h')
-rw-r--r--remoting/client/plugin/pepper_mouse_locker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/client/plugin/pepper_mouse_locker.h b/remoting/client/plugin/pepper_mouse_locker.h
index 9eb30cb..5e54dd2 100644
--- a/remoting/client/plugin/pepper_mouse_locker.h
+++ b/remoting/client/plugin/pepper_mouse_locker.h
@@ -6,6 +6,7 @@
#define REMOTING_CLIENT_PLUGIN_PEPPER_MOUSE_LOCKER_H_
#include "base/callback.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "ppapi/cpp/mouse_lock.h"
#include "ppapi/utility/completion_callback_factory.h"