| Index: remoting/jingle_glue/jingle_thread.cc
|
| diff --git a/remoting/jingle_glue/jingle_thread.cc b/remoting/jingle_glue/jingle_thread.cc
|
| index 74a5a7b780fb2cebc69c5c2da163c1b48273c096..eec985efe1301f0f3f51808e66bfd2e90d68813f 100644
|
| --- a/remoting/jingle_glue/jingle_thread.cc
|
| +++ b/remoting/jingle_glue/jingle_thread.cc
|
| @@ -146,7 +146,7 @@ JingleThread::JingleThread()
|
|
|
| JingleThread::~JingleThread() {
|
| // It is important to call Stop here. If we wait for the base class to
|
| - // call Stop in it's d'tor, then JingleThread::Run() will access member
|
| + // call Stop in its d'tor, then JingleThread::Run() will access member
|
| // variables that are already gone. See similar comments in
|
| // base/threading/thread.h.
|
| if (message_loop_)
|
|
|