| 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:
 | 
| 
 |