Index: chrome/browser/ui/views/frame/taskbar_decorator_win.cc |
diff --git a/chrome/browser/ui/views/frame/taskbar_decorator_win.cc b/chrome/browser/ui/views/frame/taskbar_decorator_win.cc |
index a00785432a25e760efd71ff29d4e94c625dcea81..9c67b9c3547c7650ca34ac38a28134a1023939e8 100644 |
--- a/chrome/browser/ui/views/frame/taskbar_decorator_win.cc |
+++ b/chrome/browser/ui/views/frame/taskbar_decorator_win.cc |
@@ -24,7 +24,7 @@ namespace chrome { |
namespace { |
// Responsible for invoking TaskbarList::SetOverlayIcon(). The call to |
-// TaskbarList::SetOverlayIcon() runs a nested message loop that proves |
+// TaskbarList::SetOverlayIcon() runs a nested run loop that proves |
// problematic when called on the UI thread. Additionally it seems the call may |
// take a while to complete. For this reason we call it on a worker thread. |
// |