summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/spellcheck
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 21:27:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 05:28:34 +0000
commit2729e442b1172c5094503a03fe356c8580bb919d (patch)
treebd3dc2c3feacd967c68d67c9c208306de942f7f5 /chrome/common/extensions/api/spellcheck
parentaa6492d9e85944a38963360ad903bf3eda48c3e3 (diff)
downloadchromium_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.h1
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"