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

Unified Diff: base/async_socket_io_handler_win.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
« base/async_socket_io_handler.h ('K') | « base/async_socket_io_handler_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/async_socket_io_handler_win.cc
diff --git a/base/async_socket_io_handler_win.cc b/base/async_socket_io_handler_win.cc
index f974d6e4314759cedbc835bb6bb954979ee29e1f..e1d215c980af69eec8e1358452a6f53d4b73fa32 100644
--- a/base/async_socket_io_handler_win.cc
+++ b/base/async_socket_io_handler_win.cc
@@ -4,7 +4,7 @@
#include "base/async_socket_io_handler.h"
-namespace media {
+namespace base {
AsyncSocketIoHandler::AsyncSocketIoHandler()
: socket_(base::SyncSocket::kInvalidHandle),
@@ -74,4 +74,4 @@ bool AsyncSocketIoHandler::Initialize(base::SyncSocket::Handle socket,
return true;
}
-} // namespace media.
+} // namespace base.
« base/async_socket_io_handler.h ('K') | « base/async_socket_io_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698