diff options
Diffstat (limited to 'third_party/hunspell/google/bdict_writer.h')
-rw-r--r-- | third_party/hunspell/google/bdict_writer.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |