diff options
Diffstat (limited to 'content/browser/utility_process_host_impl.cc')
-rw-r--r-- | content/browser/utility_process_host_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc index 2b7297b..bd8cb68 100644 --- a/content/browser/utility_process_host_impl.cc +++ b/content/browser/utility_process_host_impl.cc @@ -8,7 +8,7 @@ #include "base/bind_helpers.h" #include "base/command_line.h" #include "base/sequenced_task_runner.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "content/browser/browser_child_process_host_impl.h" #include "content/common/child_process_host_impl.h" #include "content/common/utility_messages.h" |