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

Unified Diff: components/timers/alarm_timer.cc

Issue 706993003: C++ readability review (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: components/timers/alarm_timer.cc
diff --git a/components/timers/alarm_timer.cc b/components/timers/alarm_timer.cc
index 799a1ec7e98b63c9104b9a88f891cc4e6a9a1d9a..6b502fa15231173fee47a8b32270af6f7886c3fc 100644
--- a/components/timers/alarm_timer.cc
+++ b/components/timers/alarm_timer.cc
@@ -124,4 +124,5 @@ void AlarmTimer::OnTimerFired() {
"AlarmTimer::Reset", "AlarmTimer::OnTimerFired", *pending_user_task);
}
+
} // namespace timers

Powered by Google App Engine
This is Rietveld 408576698