Index: chrome/renderer/spellchecker/custom_dictionary_engine.cc |
diff --git a/chrome/renderer/spellchecker/custom_dictionary_engine.cc b/chrome/renderer/spellchecker/custom_dictionary_engine.cc |
index 31eb7d3557990557d78749bde857edd29b375c90..a3e23cf2bdf335c45de40b11da9b338a3e5ef7d4 100644 |
--- a/chrome/renderer/spellchecker/custom_dictionary_engine.cc |
+++ b/chrome/renderer/spellchecker/custom_dictionary_engine.cc |
@@ -4,6 +4,8 @@ |
#include "chrome/renderer/spellchecker/custom_dictionary_engine.h" |
+#include <stddef.h> |
+ |
#include "base/strings/utf_string_conversions.h" |
CustomDictionaryEngine::CustomDictionaryEngine() { |