| Index: chrome/common/child_thread.h
|
| diff --git a/chrome/common/child_thread.h b/chrome/common/child_thread.h
|
| index 9b37e19e3bd5e8b497310583d14394794c65fc4c..2082b085f7e9513fabc8bc6b712b0c037a444d6a 100644
|
| --- a/chrome/common/child_thread.h
|
| +++ b/chrome/common/child_thread.h
|
| @@ -21,7 +21,7 @@ class ChildThread : public IPC::Channel::Listener,
|
| // Creates the thread.
|
| ChildThread();
|
| // Used for single-process mode.
|
| - ChildThread(const std::string& channel_name);
|
| + explicit ChildThread(const std::string& channel_name);
|
| virtual ~ChildThread();
|
|
|
| // IPC::Message::Sender implementation:
|
|
|