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

Unified Diff: base/event_recorder.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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 | « base/debug/trace_event.h ('k') | base/i18n/char_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/event_recorder.h
diff --git a/base/event_recorder.h b/base/event_recorder.h
index 32e1124d5b539ebc995000f90c6d4a34edc3f022..979e8060ee97afa772ec50d3efc38c8df26cf2ce 100644
--- a/base/event_recorder.h
+++ b/base/event_recorder.h
@@ -74,7 +74,7 @@ class BASE_EXPORT EventRecorder {
// Create a new EventRecorder. Events are saved to the file filename.
// If the file already exists, it will be deleted before recording
// starts.
- explicit EventRecorder()
+ EventRecorder()
: is_recording_(false),
is_playing_(false),
#if defined(OS_WIN)
« no previous file with comments | « base/debug/trace_event.h ('k') | base/i18n/char_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698