diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 04:19:15 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 04:19:15 +0000 |
commit | 18b57741ac9a7be40700f906ff59267f40265c78 (patch) | |
tree | 9699517cc9f29ad2f6cddecee07496c515f957bf /net/socket/socket_test_util.cc | |
parent | 715ce5e66f5c550679058df09c963e7135c93f46 (diff) | |
download | chromium_src-18b57741ac9a7be40700f906ff59267f40265c78.zip chromium_src-18b57741ac9a7be40700f906ff59267f40265c78.tar.gz chromium_src-18b57741ac9a7be40700f906ff59267f40265c78.tar.bz2 |
Use a direct include of the message_loop header in net/, part 2.
BUG=260807
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/19625002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/socket_test_util.cc')
-rw-r--r-- | net/socket/socket_test_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/socket_test_util.cc b/net/socket/socket_test_util.cc index 86edcda..8b2bdfc 100644 --- a/net/socket/socket_test_util.cc +++ b/net/socket/socket_test_util.cc @@ -11,7 +11,7 @@ #include "base/bind.h" #include "base/bind_helpers.h" #include "base/compiler_specific.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/run_loop.h" #include "base/time/time.h" #include "net/base/address_family.h" |