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

Unified Diff: base/async_socket_io_handler.h

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
« no previous file with comments | « no previous file | base/async_socket_io_handler_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | base/async_socket_io_handler_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698