| Index: remoting/protocol/v2_authenticator.h
|
| diff --git a/remoting/protocol/v2_authenticator.h b/remoting/protocol/v2_authenticator.h
|
| index 982823324a4f85ffa396a2aa8792b77281d576ed..1226fe5b2be32f17a63b45de429b1d8d7def797a 100644
|
| --- a/remoting/protocol/v2_authenticator.h
|
| +++ b/remoting/protocol/v2_authenticator.h
|
| @@ -38,8 +38,9 @@ class V2Authenticator : public Authenticator {
|
| // Authenticator interface.
|
| virtual State state() const OVERRIDE;
|
| virtual void ProcessMessage(const buzz::XmlElement* message) OVERRIDE;
|
| - virtual buzz::XmlElement* GetNextMessage() OVERRIDE;
|
| - virtual ChannelAuthenticator* CreateChannelAuthenticator() const OVERRIDE;
|
| + virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
|
| + virtual scoped_ptr<ChannelAuthenticator>
|
| + CreateChannelAuthenticator() const OVERRIDE;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(V2AuthenticatorTest, InvalidSecret);
|
|
|