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

Unified Diff: content/common/process_watcher_posix.cc

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « content/browser/zygote_main_linux.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/process_watcher_posix.cc
diff --git a/content/common/process_watcher_posix.cc b/content/common/process_watcher_posix.cc
index 85f8aced95b365de7cbe429f9bab633bcea7da39..ebad6787d48804c7966750559e62612e7062d5b3 100644
--- a/content/common/process_watcher_posix.cc
+++ b/content/common/process_watcher_posix.cc
@@ -32,7 +32,7 @@ static bool IsChildDead(pid_t child) {
// If the child doesn't exit within a couple of seconds, kill it.
class BackgroundReaper : public base::PlatformThread::Delegate {
public:
- explicit BackgroundReaper(pid_t child, unsigned timeout)
+ BackgroundReaper(pid_t child, unsigned timeout)
: child_(child),
timeout_(timeout) {
}
« no previous file with comments | « content/browser/zygote_main_linux.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698