| Index: content/child/child_process.cc
|
| diff --git a/content/child/child_process.cc b/content/child/child_process.cc
|
| index ec475e2a63b98a325a66b49f79356a2b4a48fd71..384185ed5a005aacf5c178165697d200e0a32a01 100644
|
| --- a/content/child/child_process.cc
|
| +++ b/content/child/child_process.cc
|
| @@ -12,8 +12,8 @@
|
| #include "base/metrics/statistics_recorder.h"
|
| #include "base/process_util.h"
|
| #include "base/string_number_conversions.h"
|
| +#include "base/strings/utf_string_conversions.h"
|
| #include "base/threading/thread.h"
|
| -#include "base/utf_string_conversions.h"
|
| #include "content/child/child_thread.h"
|
|
|
| #if defined(OS_ANDROID)
|
|
|