| Index: content/browser/web_contents/web_contents_view_gtk.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_gtk.cc b/content/browser/web_contents/web_contents_view_gtk.cc
|
| index 19a43e2b9dd7d71c4dcd5cdd3cf6614129a0732e..e8e9e0ab42f16fc6b46568a1f49f9deff2a8e3f4 100644
|
| --- a/content/browser/web_contents/web_contents_view_gtk.cc
|
| +++ b/content/browser/web_contents/web_contents_view_gtk.cc
|
| @@ -11,7 +11,7 @@
|
| #include <algorithm>
|
|
|
| #include "base/string_util.h"
|
| -#include "base/utf_string_conversions.h"
|
| +#include "base/strings/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| #include "content/browser/renderer_host/render_view_host_factory.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
|
|