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

Unified Diff: ui/base/ime/chromeos/ime_keymap.h

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 years, 10 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 | « ui/base/ime/chromeos/ime_keyboard_x11.h ('k') | ui/base/ime/chromeos/input_method_descriptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/ime_keymap.h
diff --git a/ui/base/ime/chromeos/ime_keymap.h b/ui/base/ime/chromeos/ime_keymap.h
index a4cdf0d95048a66ed6253ff24f9b61fee0060d91..4a87a6a8b4588c586337db5c324abbc9bfb52557 100644
--- a/ui/base/ime/chromeos/ime_keymap.h
+++ b/ui/base/ime/chromeos/ime_keymap.h
@@ -7,16 +7,17 @@
#include <string>
#include "base/basictypes.h"
-#include "ui/base/ui_base_export.h"
+#include "ui/base/ime/ui_base_ime_export.h"
#include "ui/events/keycodes/keyboard_codes.h"
namespace ui {
// Translates the DOM4 key code string to ui::KeyboardCode.
-UI_BASE_EXPORT KeyboardCode DomKeycodeToKeyboardCode(const std::string& code);
+UI_BASE_IME_EXPORT KeyboardCode
+DomKeycodeToKeyboardCode(const std::string& code);
// Translates the ui::KeyboardCode to DOM4 key code string.
-UI_BASE_EXPORT std::string KeyboardCodeToDomKeycode(KeyboardCode code);
+UI_BASE_IME_EXPORT std::string KeyboardCodeToDomKeycode(KeyboardCode code);
} // namespace ui
« no previous file with comments | « ui/base/ime/chromeos/ime_keyboard_x11.h ('k') | ui/base/ime/chromeos/input_method_descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698