| Index: base/async_socket_io_handler_unittest.cc
|
| diff --git a/base/async_socket_io_handler_unittest.cc b/base/async_socket_io_handler_unittest.cc
|
| index e8bdacd965391cc39dabfb7913ae684503abbe5b..2b0e3c25c30af9d09949c3bda4248846a61caf4f 100644
|
| --- a/base/async_socket_io_handler_unittest.cc
|
| +++ b/base/async_socket_io_handler_unittest.cc
|
| @@ -56,7 +56,7 @@ class TestSocketReader {
|
| }
|
| }
|
|
|
| - media::AsyncSocketIoHandler io_handler;
|
| + base::AsyncSocketIoHandler io_handler;
|
| base::CancelableSyncSocket* socket_; // Ownership lies outside the class.
|
| char buffer_[kAsyncSocketIoTestStringLength];
|
| int number_of_reads_before_quit_;
|
|
|