| Index: base/async_socket_io_handler.h
|
| diff --git a/base/async_socket_io_handler.h b/base/async_socket_io_handler.h
|
| index 562ae25cb771136a0b82d710e9984f09addd9857..200b1e3f557cff17ece0b993962f75d938d24783 100644
|
| --- a/base/async_socket_io_handler.h
|
| +++ b/base/async_socket_io_handler.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/sync_socket.h"
|
| #include "base/threading/non_thread_safe.h"
|
|
|
| -namespace media {
|
| +namespace base {
|
|
|
| // The message loop callback interface is different based on platforms.
|
| #if defined(OS_WIN)
|
| @@ -46,7 +46,7 @@ typedef base::MessageLoopForIO::Watcher MessageLoopIOHandler;
|
| // }
|
| // }
|
| //
|
| -// media::AsyncSocketIoHandler io_handler;
|
| +// base::AsyncSocketIoHandler io_handler;
|
| // base::CancelableSyncSocket* socket_;
|
| // char buffer_[kBufferSize];
|
| // };
|
| @@ -107,6 +107,6 @@ class BASE_EXPORT AsyncSocketIoHandler
|
| DISALLOW_COPY_AND_ASSIGN(AsyncSocketIoHandler);
|
| };
|
|
|
| -} // namespace media.
|
| +} // namespace base.
|
|
|
| #endif // BASE_ASYNC_SOCKET_IO_HANDLER_H_
|
|
|