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

Unified Diff: remoting/ios/key_input.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/key_input.h ('k') | remoting/ios/key_input_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/key_input.mm
diff --git a/remoting/client/ios/key_input.mm b/remoting/ios/key_input.mm
similarity index 98%
rename from remoting/client/ios/key_input.mm
rename to remoting/ios/key_input.mm
index eb6e6c7fb5a5bdcf86af980f5e79027ae43acf4d..00b44d94ddec72b22980e0a82dfa9f1206034788 100644
--- a/remoting/client/ios/key_input.mm
+++ b/remoting/ios/key_input.mm
@@ -6,8 +6,8 @@
#error "This file requires ARC support."
#endif
-#import "remoting/client/ios/key_input.h"
-#import "remoting/client/ios/key_map_us.h"
+#import "remoting/ios/key_input.h"
+#import "remoting/ios/key_map_us.h"
@interface KeyInput (Private)
- (void)transmitAppropriateKeyCode:(NSString*)text;
« no previous file with comments | « remoting/ios/key_input.h ('k') | remoting/ios/key_input_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698