| Index: app/keyboard_codes.h
|
| diff --git a/base/keyboard_codes.h b/app/keyboard_codes.h
|
| similarity index 62%
|
| rename from base/keyboard_codes.h
|
| rename to app/keyboard_codes.h
|
| index b154ab88ae5b6edcf7ebcf98b5a097d4fb3a12d1..33e983baf0fcec4d082f2704ee1e5ee5fb8d0116 100644
|
| --- a/base/keyboard_codes.h
|
| +++ b/app/keyboard_codes.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_KEYBOARD_CODES_H_
|
| -#define BASE_KEYBOARD_CODES_H_
|
| +#ifndef APP_KEYBOARD_CODES_H_
|
| +#define APP_KEYBOARD_CODES_H_
|
| #pragma once
|
|
|
| #include "build/build_config.h"
|
|
|
| #if defined(OS_WIN)
|
| -#include "base/keyboard_codes_win.h"
|
| +#include "app/keyboard_codes_win.h"
|
| #elif defined(USE_X11) || defined(OS_MACOSX)
|
| -#include "base/keyboard_codes_posix.h"
|
| +#include "app/keyboard_codes_posix.h"
|
| #endif
|
|
|
| -#endif // BASE_KEYBOARD_CODES_H_
|
| +#endif // APP_KEYBOARD_CODES_H_
|
|
|