| Index: remoting/host/fake_host_extension.h
|
| diff --git a/remoting/host/fake_host_extension.h b/remoting/host/fake_host_extension.h
|
| index 3b97b7417f08fe6720c46f13b5915f4c7729c9ee..a50daa92fb7820eae60d9276516986f7b3f4ce51 100644
|
| --- a/remoting/host/fake_host_extension.h
|
| +++ b/remoting/host/fake_host_extension.h
|
| @@ -24,11 +24,11 @@ class FakeExtension : public HostExtension {
|
| public:
|
| FakeExtension(const std::string& message_type,
|
| const std::string& capability);
|
| - virtual ~FakeExtension();
|
| + ~FakeExtension() override;
|
|
|
| // HostExtension interface.
|
| - virtual std::string capability() const override;
|
| - virtual scoped_ptr<HostExtensionSession> CreateExtensionSession(
|
| + std::string capability() const override;
|
| + scoped_ptr<HostExtensionSession> CreateExtensionSession(
|
| ClientSessionControl* client_session_control,
|
| protocol::ClientStub* client_stub) override;
|
|
|
|
|