Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1619)

Unified Diff: base/async_socket_io_handler_posix.cc

Issue 23058010: Fix namespace for AsyncSocketIoHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698