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

Unified Diff: remoting/client/ios/domain/client_session_details.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/client/ios/domain/client_session_details.h ('k') | remoting/client/ios/domain/host_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/domain/client_session_details.mm
diff --git a/remoting/client/ios/domain/client_session_details.mm b/remoting/client/ios/domain/client_session_details.mm
deleted file mode 100644
index 71a393557ec537e43c6271fa3b382d4fb213b596..0000000000000000000000000000000000000000
--- a/remoting/client/ios/domain/client_session_details.mm
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#if !defined(__has_feature) || !__has_feature(objc_arc)
-#error "This file requires ARC support."
-#endif
-
-#import "remoting/client/ios/domain/client_session_details.h"
-
-#import "remoting/client/ios/domain/host_info.h"
-
-@implementation ClientSessionDetails
-
-@synthesize hostInfo = _hostInfo;
-@synthesize state = _state;
-
-- (NSString*)description {
- return
- [NSString stringWithFormat:@"ClientSessionDetails: state=%d hostInfo=%@",
- (int)_state, _hostInfo];
-}
-
-@end
« no previous file with comments | « remoting/client/ios/domain/client_session_details.h ('k') | remoting/client/ios/domain/host_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698