| 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_
|
|
|