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

Unified Diff: remoting/ios/key_map_us.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/key_input_unittest.mm ('k') | remoting/ios/keychain_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/key_map_us.h
diff --git a/remoting/client/ios/key_map_us.h b/remoting/ios/key_map_us.h
similarity index 97%
rename from remoting/client/ios/key_map_us.h
rename to remoting/ios/key_map_us.h
index 3363995effb1661d6031d7037e7ceac4f77c317d..1087d76de5c5fab77ba5389b0deff92b3f48a116 100644
--- a/remoting/client/ios/key_map_us.h
+++ b/remoting/ios/key_map_us.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_KEY_MAP_US_H_
-#define REMOTING_CLIENT_IOS_KEY_MAP_US_H_
+#ifndef REMOTING_IOS_KEY_MAP_US_H_
+#define REMOTING_IOS_KEY_MAP_US_H_
// A mapping for the US keyboard on a US IPAD to Chromoting Scancodes.
@@ -157,4 +157,4 @@ const KeyCodeMeta kKeyCodeMetaUS[] = {
{0x07004c, NO} // DEL
};
-#endif // REMOTING_CLIENT_IOS_KEY_MAP_US_H_
+#endif // REMOTING_IOS_KEY_MAP_US_H_
« no previous file with comments | « remoting/ios/key_input_unittest.mm ('k') | remoting/ios/keychain_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698