diff options
author | avi <avi@chromium.org> | 2015-12-23 20:58:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-24 04:59:57 +0000 |
commit | 3131ce823077f310fed53187d7b4c671abe880d5 (patch) | |
tree | 952374940e6e5bb51bfba1bb5bb7393794e5761b /base/win/scoped_hdc.h | |
parent | 24d4c38787453eb834eba341d01c868667678aaf (diff) | |
download | chromium_src-3131ce823077f310fed53187d7b4c671abe880d5.zip chromium_src-3131ce823077f310fed53187d7b4c671abe880d5.tar.gz chromium_src-3131ce823077f310fed53187d7b4c671abe880d5.tar.bz2 |
Switch to standard integer types in base/win/.
BUG=138542
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/1550493002
Cr-Commit-Position: refs/heads/master@{#366802}
Diffstat (limited to 'base/win/scoped_hdc.h')
-rw-r--r-- | base/win/scoped_hdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/win/scoped_hdc.h b/base/win/scoped_hdc.h index 2452067..fa686dd 100644 --- a/base/win/scoped_hdc.h +++ b/base/win/scoped_hdc.h @@ -7,8 +7,8 @@ #include <windows.h> -#include "base/basictypes.h" #include "base/logging.h" +#include "base/macros.h" #include "base/win/scoped_handle.h" namespace base { |