Index: remoting/base/auto_thread.h |
diff --git a/remoting/base/auto_thread.h b/remoting/base/auto_thread.h |
index 9e6baefde076ef4499794985e43a723471675f82..a6c0e56978ded2ae49a2ba0da3fc93ce77281b41 100644 |
--- a/remoting/base/auto_thread.h |
+++ b/remoting/base/auto_thread.h |
@@ -101,7 +101,7 @@ class AutoThread : base::PlatformThread::Delegate { |
std::string name_; |
// Flag used to indicate whether MessageLoop was quit properly. |
- // This allows us to detect premature exit via MessageLoop::Quit(). |
+ // This allows us to detect premature exit via MessageLoop::QuitWhenIdle(). |
bool was_quit_properly_; |
// AutoThreadTaskRunner to post a task to to join & delete this thread. |