diff options
Diffstat (limited to 'jingle/notifier/base/gaia_token_pre_xmpp_auth.cc')
-rw-r--r-- | jingle/notifier/base/gaia_token_pre_xmpp_auth.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc index 74ff87d..b213095 100644 --- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc +++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc @@ -25,9 +25,9 @@ class GaiaCookieMechanism : public buzz::SaslCookieMechanism { : buzz::SaslCookieMechanism( mechanism, username, cookie, token_service) {} - virtual ~GaiaCookieMechanism() {} + ~GaiaCookieMechanism() override {} - virtual buzz::XmlElement* StartSaslAuth() override { + buzz::XmlElement* StartSaslAuth() override { buzz::XmlElement* auth = buzz::SaslCookieMechanism::StartSaslAuth(); // These attributes are necessary for working with non-gmail gaia // accounts. |