Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: ash/system/chromeos/power/tray_power.cc

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gn ('k') | base/sys_info_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/power/tray_power.cc
diff --git a/ash/system/chromeos/power/tray_power.cc b/ash/system/chromeos/power/tray_power.cc
index 4972a12b228c4b7385c31646cca1e5b5024f0cc8..aef67a22e2c002b6129096a9f70ef1539552ee8e 100644
--- a/ash/system/chromeos/power/tray_power.cc
+++ b/ash/system/chromeos/power/tray_power.cc
@@ -172,7 +172,7 @@ views::View* TrayPower::CreateTrayView(LoginStatus status) {
}
views::View* TrayPower::CreateDefaultView(LoginStatus status) {
- // Make sure icon status is up-to-date. (Also triggers stub activation).
+ // Make sure icon status is up to date. (Also triggers stub activation).
PowerStatus::Get()->RequestStatusUpdate();
return NULL;
}
« no previous file with comments | « .gn ('k') | base/sys_info_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698