| Index: remoting/jingle_glue/fake_signal_strategy.h
|
| diff --git a/remoting/jingle_glue/fake_signal_strategy.h b/remoting/jingle_glue/fake_signal_strategy.h
|
| index f7f8db287db33ee04fee79b229aa41bd56f5e87d..9dc25cfcff008ecb6d99a3227a9f7f603b86e52a 100644
|
| --- a/remoting/jingle_glue/fake_signal_strategy.h
|
| +++ b/remoting/jingle_glue/fake_signal_strategy.h
|
| @@ -33,6 +33,7 @@ class FakeSignalStrategy : public SignalStrategy,
|
| virtual void Connect() OVERRIDE;
|
| virtual void Disconnect() OVERRIDE;
|
| virtual State GetState() const OVERRIDE;
|
| + virtual Error GetError() const OVERRIDE;
|
| virtual std::string GetLocalJid() const OVERRIDE;
|
| virtual void AddListener(Listener* listener) OVERRIDE;
|
| virtual void RemoveListener(Listener* listener) OVERRIDE;
|
|
|