| Index: chrome/renderer/spellchecker/spellcheck_worditerator.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_worditerator.h b/chrome/renderer/spellchecker/spellcheck_worditerator.h
|
| index cdf09a38359c5fdf0baec7ec7cdede0c671e261d..a077e6d8ac53bc47c585e4bc91e66bda7b681128 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_worditerator.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck_worditerator.h
|
| @@ -11,11 +11,10 @@
|
|
|
| #include <string>
|
|
|
| -#include "unicode/ubrk.h"
|
| -#include "unicode/uscript.h"
|
| -
|
| #include "base/basictypes.h"
|
| #include "base/string16.h"
|
| +#include "third_party/icu/public/common/unicode/ubrk.h"
|
| +#include "third_party/icu/public/common/unicode/uscript.h"
|
|
|
| // A class which encapsulates language-specific operations used by
|
| // SpellcheckWordIterator. When we set the spellchecker language, this class
|
|
|