diff options
author | avi <avi@chromium.org> | 2015-12-22 15:15:43 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-22 23:17:06 +0000 |
commit | 5a080f017c68b6230a6acea6cca89414d12db661 (patch) | |
tree | d80c0813bbf91d8d2b9f477ccdfaba26c77fc33e /remoting/test/fake_app_remoting_report_issue_request.h | |
parent | 4bcdaa935641c632c546917e0442ade23c0a01a2 (diff) | |
download | chromium_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/fake_app_remoting_report_issue_request.h')
-rw-r--r-- | remoting/test/fake_app_remoting_report_issue_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/test/fake_app_remoting_report_issue_request.h b/remoting/test/fake_app_remoting_report_issue_request.h index 2502040..11ecdcc 100644 --- a/remoting/test/fake_app_remoting_report_issue_request.h +++ b/remoting/test/fake_app_remoting_report_issue_request.h @@ -8,6 +8,7 @@ #include <string> #include <vector> +#include "base/macros.h" #include "remoting/test/app_remoting_report_issue_request.h" namespace remoting { |