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

Unified Diff: remoting/protocol/buffered_socket_writer.h

Issue 8536002: Cleanup: Remove unneeded forward declarations from remoting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « remoting/jingle_glue/xmpp_proxy.h ('k') | remoting/protocol/client_control_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/buffered_socket_writer.h
===================================================================
--- remoting/protocol/buffered_socket_writer.h (revision 109590)
+++ remoting/protocol/buffered_socket_writer.h (working copy)
@@ -13,8 +13,6 @@
#include "net/base/io_buffer.h"
#include "net/socket/socket.h"
-class Task;
-
namespace base {
class MessageLoopProxy;
} // namespace base
@@ -108,7 +106,7 @@
class BufferedSocketWriter : public BufferedSocketWriterBase {
public:
- BufferedSocketWriter(base::MessageLoopProxy* message_loop);
+ explicit BufferedSocketWriter(base::MessageLoopProxy* message_loop);
virtual ~BufferedSocketWriter();
protected:
@@ -122,7 +120,7 @@
class BufferedDatagramWriter : public BufferedSocketWriterBase {
public:
- BufferedDatagramWriter(base::MessageLoopProxy* message_loop);
+ explicit BufferedDatagramWriter(base::MessageLoopProxy* message_loop);
virtual ~BufferedDatagramWriter();
protected:
« no previous file with comments | « remoting/jingle_glue/xmpp_proxy.h ('k') | remoting/protocol/client_control_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698