Index: net/websockets/websocket_throttle.cc |
diff --git a/net/websockets/websocket_throttle.cc b/net/websockets/websocket_throttle.cc |
index 3b3a6ce55e15e79c9ac8beec738438f613e05587..281a687ac6f2129b406e05f50f2134e18dff57a6 100644 |
--- a/net/websockets/websocket_throttle.cc |
+++ b/net/websockets/websocket_throttle.cc |
@@ -10,9 +10,9 @@ |
#include "base/memory/singleton.h" |
#include "base/message_loop.h" |
-#include "base/string_number_conversions.h" |
-#include "base/string_util.h" |
-#include "base/stringprintf.h" |
+#include "base/strings/string_number_conversions.h" |
+#include "base/strings/string_util.h" |
+#include "base/strings/stringprintf.h" |
#include "net/base/io_buffer.h" |
#include "net/socket_stream/socket_stream.h" |
#include "net/websockets/websocket_job.h" |