| Index: remoting/protocol/me2me_host_authenticator_factory.cc
|
| diff --git a/remoting/protocol/me2me_host_authenticator_factory.cc b/remoting/protocol/me2me_host_authenticator_factory.cc
|
| index b9cc99d8e49d536f7146a4b07360ad7bb7d03871..5d97de1da0dec22e8c85ecd86dec90431e917f71 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.cc
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.cc
|
| @@ -48,13 +48,13 @@ class RejectingAuthenticator : public Authenticator {
|
|
|
| virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE {
|
| NOTREACHED();
|
| - return scoped_ptr<buzz::XmlElement>();
|
| + return nullptr;
|
| }
|
|
|
| virtual scoped_ptr<ChannelAuthenticator>
|
| CreateChannelAuthenticator() const OVERRIDE {
|
| NOTREACHED();
|
| - return scoped_ptr<ChannelAuthenticator>();
|
| + return nullptr;
|
| }
|
|
|
| protected:
|
|
|