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

Unified Diff: remoting/ios/app/remoting_settings_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/remoting_settings_view_controller.h ('k') | remoting/ios/app/remoting_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/remoting_settings_view_controller.mm
diff --git a/remoting/client/ios/app/remoting_settings_view_controller.mm b/remoting/ios/app/remoting_settings_view_controller.mm
similarity index 97%
rename from remoting/client/ios/app/remoting_settings_view_controller.mm
rename to remoting/ios/app/remoting_settings_view_controller.mm
index 1db1db01c8c9dd0b913326d761e7b9d438107c1c..e3a539cc4e7a6ab841925132ff26bfcaa2c20e22 100644
--- a/remoting/client/ios/app/remoting_settings_view_controller.mm
+++ b/remoting/ios/app/remoting_settings_view_controller.mm
@@ -6,12 +6,12 @@
#error "This file requires ARC support."
#endif
-#import "remoting/client/ios/app/remoting_settings_view_controller.h"
+#import "remoting/ios/app/remoting_settings_view_controller.h"
#import "ios/third_party/material_components_ios/src/components/AppBar/src/MaterialAppBar.h"
#import "ios/third_party/material_components_ios/src/components/Buttons/src/MaterialButtons.h"
-#import "remoting/client/ios/facade/remoting_authentication.h"
-#import "remoting/client/ios/facade/remoting_service.h"
+#import "remoting/ios/facade/remoting_authentication.h"
+#import "remoting/ios/facade/remoting_service.h"
#include "base/strings/stringprintf.h"
#include "google_apis/google_api_keys.h"
« no previous file with comments | « remoting/ios/app/remoting_settings_view_controller.h ('k') | remoting/ios/app/remoting_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698