| Index: content/browser/renderer_host/render_sandbox_host_linux.cc
|
| diff --git a/content/browser/renderer_host/render_sandbox_host_linux.cc b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| index ebd87495dd7204d785acdafdaffaab90864761a1..3512cdd9fedcda61aeb11ed1d4d4bd8d6e686683 100644
|
| --- a/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| +++ b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| @@ -25,8 +25,8 @@
|
| #include "base/posix/unix_domain_socket_linux.h"
|
| #include "base/process_util.h"
|
| #include "base/shared_memory.h"
|
| -#include "base/string_number_conversions.h"
|
| -#include "base/string_util.h"
|
| +#include "base/strings/string_number_conversions.h"
|
| +#include "base/strings/string_util.h"
|
| #include "content/child/webkitplatformsupport_impl.h"
|
| #include "content/common/font_config_ipc_linux.h"
|
| #include "content/common/sandbox_linux.h"
|
|
|