summaryrefslogtreecommitdiffstats
path: root/remoting/test/app_remoting_connection_helper.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/test/app_remoting_connection_helper.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/test/app_remoting_connection_helper.h')
-rw-r--r--remoting/test/app_remoting_connection_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/test/app_remoting_connection_helper.h b/remoting/test/app_remoting_connection_helper.h
index 04269a3..985995d 100644
--- a/remoting/test/app_remoting_connection_helper.h
+++ b/remoting/test/app_remoting_connection_helper.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/callback.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/thread_checker.h"
#include "remoting/test/remote_connection_observer.h"