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