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

Unified Diff: remoting/ios/session/remoting_client.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/session/BUILD.gn ('k') | remoting/ios/session/remoting_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/session/remoting_client.h
diff --git a/remoting/client/ios/session/remoting_client.h b/remoting/ios/session/remoting_client.h
similarity index 92%
rename from remoting/client/ios/session/remoting_client.h
rename to remoting/ios/session/remoting_client.h
index 09a3a7b8462e38e4c9a70530b588239b4918b429..6dbe9f2b1f3d8c8eeff0747ce393fb5f79e7c37f 100644
--- a/remoting/client/ios/session/remoting_client.h
+++ b/remoting/ios/session/remoting_client.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_IOS_SESSION_REMOTING_CLIENT_H_
-#define REMOTING_CLIENT_IOS_SESSION_REMOTING_CLIENT_H_
+#ifndef REMOTING_IOS_SESSION_REMOTING_CLIENT_H_
+#define REMOTING_IOS_SESSION_REMOTING_CLIENT_H_
#import <Foundation/Foundation.h>
-#import "remoting/client/ios/display/gl_display_handler.h"
+#import "remoting/ios/display/gl_display_handler.h"
#include "remoting/protocol/connection_to_host.h"
@@ -80,4 +80,4 @@ extern NSString* const kHostSessionPin;
@end
-#endif // REMOTING_CLIENT_IOS_SESSION_REMOTING_CLIENT_H_
+#endif // REMOTING_IOS_SESSION_REMOTING_CLIENT_H_
« no previous file with comments | « remoting/ios/session/BUILD.gn ('k') | remoting/ios/session/remoting_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698