| Index: app/keyboard_codes_posix.h
|
| diff --git a/base/keyboard_codes_posix.h b/app/keyboard_codes_posix.h
|
| similarity index 97%
|
| rename from base/keyboard_codes_posix.h
|
| rename to app/keyboard_codes_posix.h
|
| index a1b4d57fcb89966d1c1f1615d8ecef008c0ffe3a..666e68ae1841ea0ac0aa7ce6712550caf0e4f4c0 100644
|
| --- a/base/keyboard_codes_posix.h
|
| +++ b/app/keyboard_codes_posix.h
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef BASE_KEYBOARD_CODES_POSIX_H_
|
| -#define BASE_KEYBOARD_CODES_POSIX_H_
|
| +#ifndef APP_KEYBOARD_CODES_POSIX_H_
|
| +#define APP_KEYBOARD_CODES_POSIX_H_
|
| #pragma once
|
|
|
| -namespace base {
|
| +namespace app {
|
|
|
| typedef enum {
|
| VKEY_BACK = 0x08,
|
| @@ -205,6 +205,6 @@ typedef enum {
|
| VKEY_UNKNOWN = 0
|
| } KeyboardCode;
|
|
|
| -} // namespace views
|
| +} // namespace app
|
|
|
| -#endif // BASE_KEYBOARD_CODES_POSIX_H_
|
| +#endif // APP_KEYBOARD_CODES_POSIX_H_
|
|
|