Index: base/async_socket_io_handler_posix.cc |
diff --git a/base/async_socket_io_handler_posix.cc b/base/async_socket_io_handler_posix.cc |
index 34c1c535222c6edc45fa4c7552b0eb52d6600548..2fffb844ff8afec64523dd9c4425c13aaafeaf2c 100644 |
--- a/base/async_socket_io_handler_posix.cc |
+++ b/base/async_socket_io_handler_posix.cc |
@@ -8,7 +8,7 @@ |
#include "base/posix/eintr_wrapper.h" |
-namespace media { |
+namespace base { |
AsyncSocketIoHandler::AsyncSocketIoHandler() |
: socket_(base::SyncSocket::kInvalidHandle), |
@@ -95,4 +95,4 @@ void AsyncSocketIoHandler::EnsureWatchingSocket() { |
} |
} |
-} // namespace media. |
+} // namespace base. |