| Index: content/renderer/hyphenator/hyphenator.cc
|
| diff --git a/content/renderer/hyphenator/hyphenator.cc b/content/renderer/hyphenator/hyphenator.cc
|
| index 564fe46bf69ead353dfff98f749a11f61c125a0a..84ef8eff4c31ff9e5b69f27b53a2b391f736435b 100644
|
| --- a/content/renderer/hyphenator/hyphenator.cc
|
| +++ b/content/renderer/hyphenator/hyphenator.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string_util.h"
|
| -#include "base/utf_string_conversions.h"
|
| +#include "base/strings/utf_string_conversions.h"
|
| #include "content/common/hyphenator_messages.h"
|
| #include "content/public/renderer/render_thread.h"
|
| #include "third_party/hyphen/hyphen.h"
|
|
|