commit | c5960f3143870ec1fbb1dd7280238b324c49c694 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Tue Dec 22 22:49:48 2015 |
committer | Commit bot <[email protected]> | Tue Dec 22 22:50:51 2015 |
tree | 0f0acfc895b17661165ee5770c50ac006fdd33b4 | |
parent | 89572b9c9defce673e0ec094b14a0bc9bbe9b8db [diff] [blame] |
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"