diff options
Diffstat (limited to 'content/common/socket_stream_dispatcher.cc')
-rw-r--r-- | content/common/socket_stream_dispatcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/socket_stream_dispatcher.cc b/content/common/socket_stream_dispatcher.cc index 583b5f7..344d0b2 100644 --- a/content/common/socket_stream_dispatcher.cc +++ b/content/common/socket_stream_dispatcher.cc @@ -7,8 +7,8 @@ #include <vector> #include "base/id_map.h" +#include "base/memory/ref_counted.h" #include "base/message_loop.h" -#include "base/ref_counted.h" #include "base/task.h" #include "content/common/child_thread.h" #include "content/common/socket_stream.h" |