diff options
Diffstat (limited to 'content/shell/common/shell_content_client.cc')
-rw-r--r-- | content/shell/common/shell_content_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/common/shell_content_client.cc b/content/shell/common/shell_content_client.cc index 6486e39..495ad85 100644 --- a/content/shell/common/shell_content_client.cc +++ b/content/shell/common/shell_content_client.cc @@ -6,7 +6,7 @@ #include "base/command_line.h" #include "base/strings/string_piece.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "content/public/common/content_switches.h" #include "content/shell/common/shell_switches.h" #include "grit/shell_resources.h" |