summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/hunspell/google/bdict_reader.h4
-rw-r--r--third_party/hunspell/google/bdict_writer.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/third_party/hunspell/google/bdict_reader.h b/third_party/hunspell/google/bdict_reader.h
index 997e600..370391d 100644
--- a/third_party/hunspell/google/bdict_reader.h
+++ b/third_party/hunspell/google/bdict_reader.h
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "third_party/hunspell/google/bdict.h"
namespace hunspell {
@@ -145,7 +145,7 @@ class BDictReader {
const BDict::AffHeader* aff_header_;
- DISALLOW_EVIL_CONSTRUCTORS(BDictReader);
+ DISALLOW_COPY_AND_ASSIGN(BDictReader);
};
} // namespace hunspell
diff --git a/third_party/hunspell/google/bdict_writer.h b/third_party/hunspell/google/bdict_writer.h
index c341708..e4366d9 100644
--- a/third_party/hunspell/google/bdict_writer.h
+++ b/third_party/hunspell/google/bdict_writer.h
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace hunspell {
@@ -62,7 +62,7 @@ class BDictWriter {
// Root of the generated trie. Filled by SetWords.
DicNode* trie_root_;
- DISALLOW_EVIL_CONSTRUCTORS(BDictWriter);
+ DISALLOW_COPY_AND_ASSIGN(BDictWriter);
};
} // namespace hunspell