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

Unified Diff: remoting/ios/app/host_view_controller.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/host_view_controller.h ('k') | remoting/ios/app/main.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/host_view_controller.mm
diff --git a/remoting/client/ios/app/host_view_controller.mm b/remoting/ios/app/host_view_controller.mm
similarity index 95%
rename from remoting/client/ios/app/host_view_controller.mm
rename to remoting/ios/app/host_view_controller.mm
index 5612581491ffce2761746784f93677c6ce784d20..30b19c417349ef07c04fe3de32afb30e462b3490 100644
--- a/remoting/client/ios/app/host_view_controller.mm
+++ b/remoting/ios/app/host_view_controller.mm
@@ -6,15 +6,15 @@
#error "This file requires ARC support."
#endif
-#import "remoting/client/ios/app/host_view_controller.h"
+#import "remoting/ios/app/host_view_controller.h"
#include <memory>
#import <GLKit/GLKit.h>
#import "ios/third_party/material_components_ios/src/components/Buttons/src/MaterialButtons.h"
-#import "remoting/client/ios/client_gestures.h"
-#import "remoting/client/ios/session/remoting_client.h"
+#import "remoting/ios/client_gestures.h"
+#import "remoting/ios/session/remoting_client.h"
#include "remoting/client/gesture_interpreter.h"
« no previous file with comments | « remoting/ios/app/host_view_controller.h ('k') | remoting/ios/app/main.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698