Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: remoting/ios/app/remoting_view_controller.mm

Issue 2949713002: [CRD iOS] Refactor an interface for RemotingAuthorization (Closed)
Patch Set: Resolve feedback Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698