Chromium Code Reviews| Index: remoting/host/client_connection.h |
| diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h |
| index 44bb761913b6020475086ca45a2f5d967837c3df..b3257b692b389a99c067997e1f63f6ac1b77e493 100644 |
| --- a/remoting/host/client_connection.h |
| +++ b/remoting/host/client_connection.h |
| @@ -87,7 +87,7 @@ class ClientConnection : public base::RefCountedThreadSafe<ClientConnection> { |
| protected: |
| // Protected constructor used by unit test. |
| - ClientConnection() {} |
| + ClientConnection(); |
| private: |
| // Callback for ChromotingConnection. |