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/speech/tts_engine_manifest_handler.cc | |
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/speech/tts_engine_manifest_handler.cc')
-rw-r--r-- | chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc index 9a5b544..9f0ffa4 100644 --- a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc +++ b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc @@ -4,6 +4,8 @@ #include "chrome/common/extensions/api/speech/tts_engine_manifest_handler.h" +#include <stddef.h> + #include "base/memory/scoped_ptr.h" #include "base/strings/string_number_conversions.h" #include "base/strings/utf_string_conversions.h" |