Index: content/child/child_process.cc |
diff --git a/content/child/child_process.cc b/content/child/child_process.cc |
index 384185ed5a005aacf5c178165697d200e0a32a01..56b8755b418717c93d149e599f9bd4436192d4cf 100644 |
--- a/content/child/child_process.cc |
+++ b/content/child/child_process.cc |
@@ -11,7 +11,7 @@ |
#include "base/message_loop.h" |
#include "base/metrics/statistics_recorder.h" |
#include "base/process_util.h" |
-#include "base/string_number_conversions.h" |
+#include "base/strings/string_number_conversions.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/threading/thread.h" |
#include "content/child/child_thread.h" |