| Index: remoting/jingle_glue/jingle_thread.h
|
| diff --git a/remoting/jingle_glue/jingle_thread.h b/remoting/jingle_glue/jingle_thread.h
|
| index 0d6018eef0127666ef70cd649e15f4e2e3875965..d9574b06431feb1e2665cb27b53c3b2c5a9c1b75 100644
|
| --- a/remoting/jingle_glue/jingle_thread.h
|
| +++ b/remoting/jingle_glue/jingle_thread.h
|
| @@ -47,7 +47,7 @@ class JingleThread : public talk_base::Thread {
|
| JingleThread();
|
| virtual ~JingleThread();
|
|
|
| - void Start();
|
| + bool Start();
|
|
|
| // Main function for the thread. Should not be called directly.
|
| virtual void Run() OVERRIDE;
|
|
|