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

Unified Diff: remoting/ios/app/app_delegate.h

Issue 2949713002: [CRD iOS] Refactor an interface for RemotingAuthorization (Closed)
Patch Set: Rebase 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/app_delegate.h
diff --git a/remoting/ios/app/app_delegate.h b/remoting/ios/app/app_delegate.h
index 9235202a1cd02ef124fb5081419d19eea500d6c4..db1331ccdf5b08b806b2e577a08537cda956df78 100644
--- a/remoting/ios/app/app_delegate.h
+++ b/remoting/ios/app/app_delegate.h
@@ -7,6 +7,8 @@
#import <UIKit/UIKit.h>
+#import "remoting/ios/facade/remoting_authentication.h"
nicholss 2017/06/21 21:31:06 Why is this added ?
Yuwei 2017/06/21 22:44:15 Deleted. Just some remnant I forgot to clean up...
+
// Default created delegate class for the entire application.
@interface AppDelegate : UIResponder<UIApplicationDelegate>

Powered by Google App Engine
This is Rietveld 408576698