| Index: remoting/host/pam_authorization_factory_posix.cc
|
| diff --git a/remoting/host/pam_authorization_factory_posix.cc b/remoting/host/pam_authorization_factory_posix.cc
|
| index 6d1bf588f701aa7fa6adf281560db12083972c9e..0a18d9e155a17e003c2cd8e9ee7435dbdf1e2238 100644
|
| --- a/remoting/host/pam_authorization_factory_posix.cc
|
| +++ b/remoting/host/pam_authorization_factory_posix.cc
|
| @@ -16,7 +16,7 @@ namespace remoting {
|
| namespace {
|
| class PamAuthorizer : public protocol::Authenticator {
|
| public:
|
| - PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying);
|
| + explicit PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying);
|
| virtual ~PamAuthorizer();
|
|
|
| // protocol::Authenticator interface.
|
|
|