summaryrefslogtreecommitdiffstats
path: root/gin/wrappable.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-20 23:16:19 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 07:17:28 +0000
commit90e658dde8edb6db80ab279a09f8bfd89974b824 (patch)
treee4638fd3b1c9a2f47c02d3365e48df64d38f6227 /gin/wrappable.h
parente0012b1788305f597dd5c14e79a1f796dc3bbaf2 (diff)
downloadchromium_src-90e658dde8edb6db80ab279a09f8bfd89974b824.zip
chromium_src-90e658dde8edb6db80ab279a09f8bfd89974b824.tar.gz
chromium_src-90e658dde8edb6db80ab279a09f8bfd89974b824.tar.bz2
Switch to standard integer types in gin/.
BUG=138542 TBR=aa@chromium.org Switch to standard integer types in gin/. BUG=138542 TBR=aa@chromium.org Review URL: https://codereview.chromium.org/1541743002 Cr-Commit-Position: refs/heads/master@{#366345}
Diffstat (limited to 'gin/wrappable.h')
-rw-r--r--gin/wrappable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gin/wrappable.h b/gin/wrappable.h
index e6c7a71..f253fd9 100644
--- a/gin/wrappable.h
+++ b/gin/wrappable.h
@@ -7,6 +7,7 @@
#include <type_traits>
+#include "base/macros.h"
#include "base/template_util.h"
#include "gin/converter.h"
#include "gin/gin_export.h"