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

Unified Diff: media/base/media_log.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 | « jingle/notifier/listener/non_blocking_push_client.cc ('k') | media/ffmpeg/ffmpeg_regression_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_log.h
diff --git a/media/base/media_log.h b/media/base/media_log.h
index e776ef6a8b80026adf09425c038ff412a271ff51..d792cffb1f5d00b6a6a18e04d5bdd70c38b7ead3 100644
--- a/media/base/media_log.h
+++ b/media/base/media_log.h
@@ -24,7 +24,7 @@ typedef base::Callback<void(const std::string&)> LogCB;
// Helper class to make it easier to use log_cb like DVLOG().
class LogHelper {
public:
- LogHelper(const LogCB& Log_cb);
+ explicit LogHelper(const LogCB& Log_cb);
~LogHelper();
std::ostream& stream() { return stream_; }
« no previous file with comments | « jingle/notifier/listener/non_blocking_push_client.cc ('k') | media/ffmpeg/ffmpeg_regression_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698