| Index: chrome/chrome_watcher/chrome_watcher_main.cc
|
| diff --git a/chrome/chrome_watcher/chrome_watcher_main.cc b/chrome/chrome_watcher/chrome_watcher_main.cc
|
| index 180ec3c2446f0a69915c2cef0e6a8436a6654252..e0b2343716d74ad9205a1c202c1c94800ed5d519 100644
|
| --- a/chrome/chrome_watcher/chrome_watcher_main.cc
|
| +++ b/chrome/chrome_watcher/chrome_watcher_main.cc
|
| @@ -142,8 +142,8 @@ void BrowserMonitor::Watch(base::win::ScopedHandle on_initialized_event) {
|
| // This needs to run on an IO thread.
|
| DCHECK_NE(main_thread_, base::ThreadTaskRunnerHandle::Get());
|
|
|
| - // Signal our client now that the Kasko reporter is initialized and we have
|
| - // cleared all of the obstacles that might lead to an early exit.
|
| + // Signal our client that we have cleared all of the obstacles that might lead
|
| + // to an early exit.
|
| ::SetEvent(on_initialized_event.Get());
|
| on_initialized_event.Close();
|
|
|
|
|