Chromium Code Reviews| Index: remoting/client/client_user_interface.h |
| diff --git a/remoting/client/client_user_interface.h b/remoting/client/client_user_interface.h |
| index 4b32a70ff597716486c543bc7143112c878b78fa..ac946ed1c8533f21f51a3ceb231eddfd25117e88 100644 |
| --- a/remoting/client/client_user_interface.h |
| +++ b/remoting/client/client_user_interface.h |
| @@ -13,6 +13,7 @@ namespace remoting { |
| namespace protocol { |
| class ClipboardStub; |
| class CursorShapeStub; |
| +class PinFetcherFactory; |
| } // namespace protocol |
| // ClientUserInterface is an interface that must be implemented by |