summaryrefslogtreecommitdiff
path: root/net/event_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/event_history.h')
-rw-r--r--net/event_history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/event_history.h b/net/event_history.h
index 615262d9..9b2ac878 100644
--- a/net/event_history.h
+++ b/net/event_history.h
@@ -82,7 +82,7 @@ class SHILL_EXPORT EventHistory {
friend class ServiceTest; // RecordEventInternal, time_
friend class WakeOnWiFiTest; // time_
- void RecordEventInternal(Timestamp now);
+ void RecordEventInternal(const Timestamp& now);
void ExpireEventsBeforeInternal(int seconds_ago, Timestamp now,
ClockType clock_type);