diff options
Diffstat (limited to 'content/shell/shell_gtk.cc')
-rw-r--r-- | content/shell/shell_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_gtk.cc b/content/shell/shell_gtk.cc index 6082cf4..ee77473 100644 --- a/content/shell/shell_gtk.cc +++ b/content/shell/shell_gtk.cc @@ -9,7 +9,7 @@ #include "base/logging.h" #include "base/strings/string_piece.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/native_web_keyboard_event.h" #include "content/public/browser/web_contents.h" |