| Index: chrome/browser/ui/views/status_icons/status_tray_win.cc
|
| diff --git a/chrome/browser/ui/views/status_icons/status_tray_win.cc b/chrome/browser/ui/views/status_icons/status_tray_win.cc
|
| index 471a00a4398b4871c7c548bc60b0bb48162bcc32..2a9c2f2977b56130f26809fb859ed22aa2122bd7 100644
|
| --- a/chrome/browser/ui/views/status_icons/status_tray_win.cc
|
| +++ b/chrome/browser/ui/views/status_icons/status_tray_win.cc
|
| @@ -70,7 +70,7 @@ class StatusTrayStateChangerProxyImpl : public StatusTrayStateChangerProxy,
|
| worker_thread_.init_com_with_mta(false);
|
| }
|
|
|
| - virtual void EnqueueChange(UINT icon_id, HWND window) override {
|
| + void EnqueueChange(UINT icon_id, HWND window) override {
|
| DCHECK(CalledOnValidThread());
|
| if (pending_requests_ == 0)
|
| worker_thread_.Start();
|
|
|