summaryrefslogtreecommitdiffstats
path: root/net/websockets
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-18 00:41:22 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-18 00:41:22 +0000
commit7f86564d159ce9a7f213fde106aefe1488f93d5a (patch)
tree32f4e71679b43216bc0d679ac538ac2c06ee7bf5 /net/websockets
parent56fad1701794bf87027fe3e3d7fae51cb30e89e6 (diff)
downloadchromium_src-7f86564d159ce9a7f213fde106aefe1488f93d5a.zip
chromium_src-7f86564d159ce9a7f213fde106aefe1488f93d5a.tar.gz
chromium_src-7f86564d159ce9a7f213fde106aefe1488f93d5a.tar.bz2
Use a direct include of the message_loop header in net/, part 3.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19486003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/websockets')
-rw-r--r--net/websockets/websocket_throttle.cc2
-rw-r--r--net/websockets/websocket_throttle_unittest.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/websockets/websocket_throttle.cc b/net/websockets/websocket_throttle.cc
index 281a687..ca4a368 100644
--- a/net/websockets/websocket_throttle.cc
+++ b/net/websockets/websocket_throttle.cc
@@ -9,7 +9,7 @@
#include <string>
#include "base/memory/singleton.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
diff --git a/net/websockets/websocket_throttle_unittest.cc b/net/websockets/websocket_throttle_unittest.cc
index d2d7b4c..fbd89ca 100644
--- a/net/websockets/websocket_throttle_unittest.cc
+++ b/net/websockets/websocket_throttle_unittest.cc
@@ -6,7 +6,7 @@
#include <string>
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "net/base/address_list.h"
#include "net/base/test_completion_callback.h"
#include "net/socket_stream/socket_stream.h"