| 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 ef2bb153f01e995792fbcaf01cc2db7027f539da..49ed6f46ae1a491789a5189c597128df23a4ac56 100644
|
| --- a/remoting/client/ios/app/host_view_controller.h
|
| +++ b/remoting/client/ios/app/host_view_controller.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef REMOTING_CLIENT_IOS_APP_HOST_VIEW_CONTROLLER_H_
|
| #define REMOTING_CLIENT_IOS_APP_HOST_VIEW_CONTROLLER_H_
|
|
|
| -#import <GLKit/GLKit.h>
|
| +#import <UIKit/UIKit.h>
|
|
|
| @class RemotingClient;
|
|
|
| -@interface HostViewController : GLKViewController
|
| +@interface HostViewController : UIViewController
|
|
|
| - (id)initWithClient:(RemotingClient*)client;
|
|
|
|
|