commit | 5a080f017c68b6230a6acea6cca89414d12db661 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Tue Dec 22 23:15:43 2015 |
committer | Commit bot <[email protected]> | Tue Dec 22 23:17:06 2015 |
tree | d80c0813bbf91d8d2b9f477ccdfaba26c77fc33e | |
parent | 4bcdaa935641c632c546917e0442ade23c0a01a2 [diff] [blame] |
Switch to standard integer types in remoting/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1542203002 Cr-Commit-Position: refs/heads/master@{#366684}
diff --git a/remoting/client/client_context.h b/remoting/client/client_context.h index 56ae02e..49f05378 100644 --- a/remoting/client/client_context.h +++ b/remoting/client/client_context.h
@@ -7,6 +7,7 @@ #include <string> +#include "base/macros.h" #include "base/threading/thread.h" namespace base {