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

Unified Diff: remoting/ios/domain/client_session_details.h

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/domain/BUILD.gn ('k') | remoting/ios/domain/client_session_details.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/domain/client_session_details.h
diff --git a/remoting/client/ios/domain/client_session_details.h b/remoting/ios/domain/client_session_details.h
similarity index 83%
rename from remoting/client/ios/domain/client_session_details.h
rename to remoting/ios/domain/client_session_details.h
index 349987de1451e5705f3730d5d6aedb178d4fdd55..7309892b608922cfc282e15974085d9dd3316835 100644
--- a/remoting/client/ios/domain/client_session_details.h
+++ b/remoting/ios/domain/client_session_details.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_IOS_DOMAIN_CLIENT_SESSION_DETAILS_H_
-#define REMOTING_CLIENT_IOS_DOMAIN_CLIENT_SESSION_DETAILS_H_
+#ifndef REMOTING_IOS_DOMAIN_CLIENT_SESSION_DETAILS_H_
+#define REMOTING_IOS_DOMAIN_CLIENT_SESSION_DETAILS_H_
#import <Foundation/Foundation.h>
@@ -32,4 +32,4 @@ typedef NS_ENUM(NSInteger, SessionState) {
@end
-#endif // REMOTING_CLIENT_IOS_DOMAIN_CLIENT_SESSION_DETAILS_H_
+#endif // REMOTING_IOS_DOMAIN_CLIENT_SESSION_DETAILS_H_
« no previous file with comments | « remoting/ios/domain/BUILD.gn ('k') | remoting/ios/domain/client_session_details.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698