| Index: remoting/host/fake_host_extension.h
|
| diff --git a/remoting/host/fake_host_extension.h b/remoting/host/fake_host_extension.h
|
| index c52376c29af6ed1e4bade34e076536d83cb93078..3b97b7417f08fe6720c46f13b5915f4c7729c9ee 100644
|
| --- a/remoting/host/fake_host_extension.h
|
| +++ b/remoting/host/fake_host_extension.h
|
| @@ -27,10 +27,10 @@ class FakeExtension : public HostExtension {
|
| virtual ~FakeExtension();
|
|
|
| // HostExtension interface.
|
| - virtual std::string capability() const OVERRIDE;
|
| + virtual std::string capability() const override;
|
| virtual scoped_ptr<HostExtensionSession> CreateExtensionSession(
|
| ClientSessionControl* client_session_control,
|
| - protocol::ClientStub* client_stub) OVERRIDE;
|
| + protocol::ClientStub* client_stub) override;
|
|
|
| // Controls for testing.
|
| void set_steal_video_capturer(bool steal_video_capturer) {
|
|
|