Index: ui/base/win/shell.cc |
diff --git a/ui/base/win/shell.cc b/ui/base/win/shell.cc |
index 8d06fc2a133857e1824a90d4412c7c15704a0e12..d6a98dfabe828b86886312a3071f2d4f85b28e2c 100644 |
--- a/ui/base/win/shell.cc |
+++ b/ui/base/win/shell.cc |
@@ -113,7 +113,7 @@ bool PreventWindowFromPinning(HWND hwnd) { |
} |
// TODO(calamity): investigate moving this out of the UI thread as COM |
-// operations may spawn nested message loops which can cause issues. |
+// operations may spawn nested run loops which can cause issues. |
void SetAppDetailsForWindow(const base::string16& app_id, |
const base::FilePath& app_icon_path, |
int app_icon_index, |