summaryrefslogtreecommitdiffstats
path: root/base/timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/timer.cc')
-rw-r--r--base/timer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/timer.cc b/base/timer.cc
index 410d1b7..c7dcce0 100644
--- a/base/timer.cc
+++ b/base/timer.cc
@@ -18,7 +18,7 @@ namespace base {
// - abandoned (orphaned) by Timer.
class BaseTimerTaskInternal {
public:
- BaseTimerTaskInternal(Timer* timer)
+ explicit BaseTimerTaskInternal(Timer* timer)
: timer_(timer) {
}