| Index: chrome/third_party/hunspell/src/hunspell/hashmgr.hxx
|
| ===================================================================
|
| --- chrome/third_party/hunspell/src/hunspell/hashmgr.hxx (revision 15263)
|
| +++ chrome/third_party/hunspell/src/hunspell/hashmgr.hxx (working copy)
|
| @@ -5,11 +5,12 @@
|
| #include "htypes.hxx"
|
|
|
| #ifdef HUNSPELL_CHROME_CLIENT
|
| -#include "chrome/common/stl_util-inl.h"
|
| -#include "chrome/third_party/hunspell/google/bdict_reader.h"
|
| -#include "base/string_piece.h"
|
| #include <string>
|
| #include <map>
|
| +
|
| +#include "base/stl_util-inl.h"
|
| +#include "base/string_piece.h"
|
| +#include "chrome/third_party/hunspell/google/bdict_reader.h"
|
| #endif
|
|
|
| enum flag { FLAG_CHAR, FLAG_LONG, FLAG_NUM, FLAG_UNI };
|
|
|