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

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

Issue 2871993003: Moving the iOS directory to be remoting top level. (Closed)
Patch Set: //remoting/ios was the old landing target for the internal iOS application. Fix. Created 3 years, 7 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
« no previous file with comments | « remoting/ios/app/app_delegate.h ('k') | remoting/ios/app/client_connection_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/app_delegate.mm
diff --git a/remoting/client/ios/app/app_delegate.mm b/remoting/ios/app/app_delegate.mm
similarity index 89%
rename from remoting/client/ios/app/app_delegate.mm
rename to remoting/ios/app/app_delegate.mm
index 7dc13697669a2dd6b04f9925d716a1adb496669b..9383cf5f30e7d18056aca56a7d5cd67b1cd0e128 100644
--- a/remoting/client/ios/app/app_delegate.mm
+++ b/remoting/ios/app/app_delegate.mm
@@ -6,15 +6,15 @@
#error "This file requires ARC support."
#endif
-#import "remoting/client/ios/app/app_delegate.h"
+#import "remoting/ios/app/app_delegate.h"
#include "base/logging.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
-#import "remoting/client/ios/app/remoting_view_controller.h"
-#import "remoting/client/ios/facade/remoting_authentication.h"
-#import "remoting/client/ios/facade/remoting_service.h"
+#import "remoting/ios/app/remoting_view_controller.h"
+#import "remoting/ios/facade/remoting_authentication.h"
+#import "remoting/ios/facade/remoting_service.h"
@implementation AppDelegate
« no previous file with comments | « remoting/ios/app/app_delegate.h ('k') | remoting/ios/app/client_connection_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698