diff options
Diffstat (limited to 'chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc')
| -rw-r--r-- | chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc index e40d5ec..669e9b7 100644 --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc @@ -4,13 +4,17 @@ #include "chrome/browser/spellchecker/spellcheck_custom_dictionary.h" +#include <stddef.h> + #include <vector> #include "base/files/file_util.h" +#include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "base/metrics/histogram_samples.h" #include "base/metrics/statistics_recorder.h" #include "base/strings/string_number_conversions.h" +#include "build/build_config.h" #include "chrome/browser/spellchecker/spellcheck_factory.h" #include "chrome/browser/spellchecker/spellcheck_host_metrics.h" #include "chrome/browser/spellchecker/spellcheck_service.h" |
