| Index: jingle/notifier/base/weak_xmpp_client.h
|
| diff --git a/jingle/notifier/base/weak_xmpp_client.h b/jingle/notifier/base/weak_xmpp_client.h
|
| index 49e38dd6309c889f1b666ac1f809e763168272f0..47c558780390fe8280174bf6d4a7515a9702a1be 100644
|
| --- a/jingle/notifier/base/weak_xmpp_client.h
|
| +++ b/jingle/notifier/base/weak_xmpp_client.h
|
| @@ -40,7 +40,7 @@ class WeakXmppClient : public buzz::XmppClient, public base::NonThreadSafe {
|
| void Invalidate();
|
|
|
| protected:
|
| - virtual void Stop() OVERRIDE;
|
| + virtual void Stop() override;
|
|
|
| private:
|
| // We use our own WeakPtrFactory instead of inheriting from
|
|
|