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

Unified Diff: components/timers/rtc_alarm.h

Issue 706993003: C++ readability review (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/rtc_alarm.h
diff --git a/components/timers/rtc_alarm.h b/components/timers/rtc_alarm.h
index bbde8c7a8f8bffe1fab5b8e6c90575cdd9b29507..a4197d456b8a31847a200a5715d77ed1756cdac7 100644
--- a/components/timers/rtc_alarm.h
+++ b/components/timers/rtc_alarm.h
@@ -91,5 +91,6 @@ class RtcAlarm : public AlarmTimer::Delegate,
DISALLOW_COPY_AND_ASSIGN(RtcAlarm);
};
+
} // namespace timers
#endif // COMPONENTS_TIMER_RTC_ALARM_H_

Powered by Google App Engine
This is Rietveld 408576698