summaryrefslogtreecommitdiff
path: root/chromium/third_party/hunspell
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/hunspell')
-rw-r--r--chromium/third_party/hunspell/google/bdict_reader.cc2
-rw-r--r--chromium/third_party/hunspell/google/bdict_writer.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/hunspell/google/bdict_reader.cc b/chromium/third_party/hunspell/google/bdict_reader.cc
index de5158076b3..70416a7c904 100644
--- a/chromium/third_party/hunspell/google/bdict_reader.cc
+++ b/chromium/third_party/hunspell/google/bdict_reader.cc
@@ -6,7 +6,7 @@
#include <stdint.h>
-#include "base/logging.h"
+#include "base/check.h"
namespace hunspell {
diff --git a/chromium/third_party/hunspell/google/bdict_writer.cc b/chromium/third_party/hunspell/google/bdict_writer.cc
index c413a4fedd8..465d6f5ef3a 100644
--- a/chromium/third_party/hunspell/google/bdict_writer.cc
+++ b/chromium/third_party/hunspell/google/bdict_writer.cc
@@ -7,7 +7,7 @@
#include <stddef.h>
#include <stdint.h>
-#include "base/logging.h"
+#include "base/check.h"
#include "base/strings/stringprintf.h"
#include "third_party/hunspell/google/bdict.h"