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

Unified Diff: remoting/ios/app/host_collection_view_cell.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_collection_view_cell.h ('k') | remoting/ios/app/host_collection_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/host_collection_view_cell.mm
diff --git a/remoting/client/ios/app/host_collection_view_cell.mm b/remoting/ios/app/host_collection_view_cell.mm
similarity index 97%
rename from remoting/client/ios/app/host_collection_view_cell.mm
rename to remoting/ios/app/host_collection_view_cell.mm
index 251f1aa2e818eba776333fc3f53a0a4fd1c79e18..0f3e23b1bc036b6eec53356fab4d586abd52f711 100644
--- a/remoting/client/ios/app/host_collection_view_cell.mm
+++ b/remoting/ios/app/host_collection_view_cell.mm
@@ -8,12 +8,12 @@
#import <UIKit/UIKit.h>
-#import "remoting/client/ios/app/host_collection_view_cell.h"
+#import "remoting/ios/app/host_collection_view_cell.h"
#import "ios/third_party/material_components_ios/src/components/ShadowElevations/src/MaterialShadowElevations.h"
#import "ios/third_party/material_components_ios/src/components/ShadowLayer/src/MaterialShadowLayer.h"
#import "ios/third_party/material_components_ios/src/components/Typography/src/MaterialTypography.h"
-#import "remoting/client/ios/domain/host_info.h"
+#import "remoting/ios/domain/host_info.h"
static const CGFloat kLinePadding = 2.f;
static const CGFloat kHostCardIconInset = 10.f;
« no previous file with comments | « remoting/ios/app/host_collection_view_cell.h ('k') | remoting/ios/app/host_collection_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698