Chromium Code Reviews| Index: remoting/client/ios/app/host_view_controller.h |
| diff --git a/remoting/client/ios/app/host_view_controller.h b/remoting/client/ios/app/host_view_controller.h |
| index 6582742a43057ca54c77e1a292266ce52bf299c8..ef2bb153f01e995792fbcaf01cc2db7027f539da 100644 |
| --- a/remoting/client/ios/app/host_view_controller.h |
| +++ b/remoting/client/ios/app/host_view_controller.h |
| @@ -7,8 +7,11 @@ |
| #import <GLKit/GLKit.h> |
| -@interface HostViewController : GLKViewController { |
| -} |
| +@class RemotingClient; |
| + |
| +@interface HostViewController : GLKViewController |
| + |
| +- (id)initWithClient:(RemotingClient*)client; |
| @end |