| Index: base/i18n/char_iterator.h
|
| diff --git a/base/i18n/char_iterator.h b/base/i18n/char_iterator.h
|
| index 25bcf9aac3ae968e07d018b69924cd7936c70fc3..46928b37d0bf5ba705b1fd1d411fe08046cacb24 100644
|
| --- a/base/i18n/char_iterator.h
|
| +++ b/base/i18n/char_iterator.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/i18n/base_i18n_export.h"
|
| -#include "base/string16.h"
|
| +#include "base/strings/string16.h"
|
|
|
| // The CharIterator classes iterate through the characters in UTF8 and
|
| // UTF16 strings. Example usage:
|
|
|