diff options
author | avi <avi@chromium.org> | 2015-12-25 21:27:45 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-26 05:28:34 +0000 |
commit | 2729e442b1172c5094503a03fe356c8580bb919d (patch) | |
tree | bd3dc2c3feacd967c68d67c9c208306de942f7f5 /chrome/common/extensions/api/spellcheck | |
parent | aa6492d9e85944a38963360ad903bf3eda48c3e3 (diff) | |
download | chromium_src-2729e442b1172c5094503a03fe356c8580bb919d.zip chromium_src-2729e442b1172c5094503a03fe356c8580bb919d.tar.gz chromium_src-2729e442b1172c5094503a03fe356c8580bb919d.tar.bz2 |
Switch to standard integer types in chrome/.
BUG=138542
TBR=thakis@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1548153002
Cr-Commit-Position: refs/heads/master@{#366893}
Diffstat (limited to 'chrome/common/extensions/api/spellcheck')
-rw-r--r-- | chrome/common/extensions/api/spellcheck/spellcheck_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/spellcheck/spellcheck_handler.h b/chrome/common/extensions/api/spellcheck/spellcheck_handler.h index 53bfe32..8c9122d 100644 --- a/chrome/common/extensions/api/spellcheck/spellcheck_handler.h +++ b/chrome/common/extensions/api/spellcheck/spellcheck_handler.h @@ -5,6 +5,7 @@ #ifndef CHROME_COMMON_EXTENSIONS_API_SPELLCHECK_SPELLCHECK_HANDLER_H_ #define CHROME_COMMON_EXTENSIONS_API_SPELLCHECK_SPELLCHECK_HANDLER_H_ +#include "base/macros.h" #include "extensions/common/extension.h" #include "extensions/common/manifest_handler.h" |