| Index: content/browser/ppapi_plugin_process_host.cc
|
| diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
|
| index 9956326899b0f6ed274fe9bf59212f2a5565721b..526180db6770bee7157ce3e0a732a7a8b0805ce3 100644
|
| --- a/content/browser/ppapi_plugin_process_host.cc
|
| +++ b/content/browser/ppapi_plugin_process_host.cc
|
| @@ -10,7 +10,7 @@
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| #include "base/process_util.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/browser/plugin_service_impl.h"
|
| #include "content/browser/renderer_host/render_message_filter.h"
|
|
|