| 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 e74cb2a0571114b5f38736d1bec63179a14baa3c..491d3d745891d6c28e644f58f6c1a07ff0129d91 100644
|
| --- a/jingle/notifier/base/weak_xmpp_client.h
|
| +++ b/jingle/notifier/base/weak_xmpp_client.h
|
| @@ -11,6 +11,7 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "talk/xmpp/xmppclient.h"
|
| @@ -40,7 +41,7 @@ class WeakXmppClient : public buzz::XmppClient {
|
| void Invalidate();
|
|
|
| protected:
|
| - virtual void Stop();
|
| + virtual void Stop() OVERRIDE;
|
|
|
| private:
|
| base::NonThreadSafe non_thread_safe_;
|
|
|