Index: remoting/ios/app/remoting_view_controller.mm |
diff --git a/remoting/ios/app/remoting_view_controller.mm b/remoting/ios/app/remoting_view_controller.mm |
index aea6122508fc8f45c601c16c29574f7cbb0a4639..5d560a1b1fc8249661db30959a24c5c78992fb57 100644 |
--- a/remoting/ios/app/remoting_view_controller.mm |
+++ b/remoting/ios/app/remoting_view_controller.mm |
@@ -58,7 +58,7 @@ static CGFloat kHostInset = 5.f; |
[HostCollectionViewController alloc] initWithCollectionViewLayout:layout]; |
self = [super initWithContentViewController:collectionVC]; |
if (self) { |
- _remotingService = [RemotingService SharedInstance]; |
+ _remotingService = RemotingService.instance; |
_collectionViewController = collectionVC; |
_collectionViewController.flexHeaderContainerViewController = self; |