Index: content/renderer/p2p/port_allocator.cc |
diff --git a/content/renderer/p2p/port_allocator.cc b/content/renderer/p2p/port_allocator.cc |
index a76911b33c0db952870025e06a46f72e9b5f8a19..9e21d036c062935bae379b871a0b01c19946a8c7 100644 |
--- a/content/renderer/p2p/port_allocator.cc |
+++ b/content/renderer/p2p/port_allocator.cc |
@@ -5,9 +5,9 @@ |
#include "content/renderer/p2p/port_allocator.h" |
#include "base/bind.h" |
-#include "base/string_number_conversions.h" |
-#include "base/string_util.h" |
+#include "base/strings/string_number_conversions.h" |
#include "base/strings/string_split.h" |
+#include "base/strings/string_util.h" |
#include "content/renderer/p2p/host_address_request.h" |
#include "jingle/glue/utils.h" |
#include "net/base/escape.h" |