| Index: remoting/host/clipboard.h
|
| diff --git a/remoting/host/clipboard.h b/remoting/host/clipboard.h
|
| index 8ebe2d85c1f2340dcea1ce3ade1fc09c401407c0..534bc4b101527088fe4910ce240ee535c4db1dd4 100644
|
| --- a/remoting/host/clipboard.h
|
| +++ b/remoting/host/clipboard.h
|
| @@ -20,7 +20,7 @@ class ClipboardStub;
|
| // can get change notifications.
|
| class Clipboard {
|
| public:
|
| - virtual ~Clipboard() {};
|
| + virtual ~Clipboard() {}
|
|
|
| // Initialises any objects needed to read from or write to the clipboard.
|
| virtual void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
|
|
|