| Index: remoting/test/protocol_perftest.cc
|
| diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
|
| index 4b3a55fd3705de2b8bc68afd8ae12f87427a9259..1491273caf2c5f56f11f9bcea3a65ff848d3c0c6 100644
|
| --- a/remoting/test/protocol_perftest.cc
|
| +++ b/remoting/test/protocol_perftest.cc
|
| @@ -91,7 +91,7 @@ class FakeCursorShapeStub : public protocol::CursorShapeStub {
|
| ~FakeCursorShapeStub() override {}
|
|
|
| // protocol::CursorShapeStub interface.
|
| - void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape) override{};
|
| + void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape) override {}
|
| };
|
|
|
| } // namespace
|
|
|