Switch to standard integer types in remoting/host/.

BUG=138542
[email protected]

Review URL: https://codereview.chromium.org/1547473005

Cr-Commit-Position: refs/heads/master@{#366676}
diff --git a/remoting/host/host_window.h b/remoting/host/host_window.h
index d193686..03d5b00 100644
--- a/remoting/host/host_window.h
+++ b/remoting/host/host_window.h
@@ -5,7 +5,7 @@
 #ifndef REMOTING_HOST_HOST_WINDOW_H_
 #define REMOTING_HOST_HOST_WINDOW_H_
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/memory/ref_counted.h"
 #include "base/memory/scoped_ptr.h"
 #include "base/memory/weak_ptr.h"