Index: net/websockets/websocket_channel.cc |
diff --git a/net/websockets/websocket_channel.cc b/net/websockets/websocket_channel.cc |
index bb0c3de7caceea1f7b6ceb222b65974ed415bbe4..013b64a92ec8e53b80018ae767fb14474acf09f3 100644 |
--- a/net/websockets/websocket_channel.cc |
+++ b/net/websockets/websocket_channel.cc |
@@ -4,8 +4,8 @@ |
#include "net/websockets/websocket_channel.h" |
-#include <stddef.h> |
#include <limits.h> // for INT_MAX |
+#include <stddef.h> |
#include <algorithm> |
#include <deque> |
@@ -22,7 +22,7 @@ |
#include "base/numerics/safe_conversions.h" |
#include "base/single_thread_task_runner.h" |
#include "base/strings/stringprintf.h" |
-#include "base/thread_task_runner_handle.h" |
+#include "base/threading/thread_task_runner_handle.h" |
#include "base/time/time.h" |
#include "net/base/io_buffer.h" |
#include "net/http/http_request_headers.h" |