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

Unified Diff: content/browser/mach_broker_mac.cc

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
Index: content/browser/mach_broker_mac.cc
diff --git a/content/browser/mach_broker_mac.cc b/content/browser/mach_broker_mac.cc
index 5662449db82592104cb4ba7c05836ab619b85aaf..4fd3c2606cb658e0dfe1030ae5a2cf33abbee9d2 100644
--- a/content/browser/mach_broker_mac.cc
+++ b/content/browser/mach_broker_mac.cc
@@ -32,7 +32,7 @@ std::string MachErrorCode(kern_return_t err) {
class MachListenerThreadDelegate : public base::PlatformThread::Delegate {
public:
- MachListenerThreadDelegate(MachBroker* broker) : broker_(broker) {
+ explicit MachListenerThreadDelegate(MachBroker* broker) : broker_(broker) {
DCHECK(broker_);
std::string port_name = MachBroker::GetMachPortName();
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_unittest.cc ('k') | content/browser/plugin_service_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698