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

Unified Diff: remoting/jingle_glue/jingle_thread.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/host/support_access_verifier.h ('k') | remoting/jingle_glue/xmpp_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/jingle_thread.h
===================================================================
--- remoting/jingle_glue/jingle_thread.h (revision 109590)
+++ remoting/jingle_glue/jingle_thread.h (working copy)
@@ -16,10 +16,6 @@
class MessageLoopProxy;
} // namespace base
-namespace buzz {
-class XmppClient;
-} // namespace buzz
-
namespace remoting {
class TaskPump : public talk_base::MessageHandler,
@@ -37,7 +33,7 @@
class JingleThreadMessageLoop : public MessageLoop {
public:
- JingleThreadMessageLoop(talk_base::Thread* thread);
+ explicit JingleThreadMessageLoop(talk_base::Thread* thread);
virtual ~JingleThreadMessageLoop();
private:
« no previous file with comments | « remoting/host/support_access_verifier.h ('k') | remoting/jingle_glue/xmpp_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698