| 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;
|
|
|