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

Unified Diff: ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h

Issue 2064053002: Move ui/events/linux/* to ui/base/ime/linux/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor7_correct_text_edit_command_aura_typo
Patch Set: Rebase. Created 4 years, 6 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
Index: ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h
diff --git a/ui/events/linux/text_edit_key_bindings_delegate_auralinux.h b/ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h
similarity index 70%
rename from ui/events/linux/text_edit_key_bindings_delegate_auralinux.h
rename to ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h
index d2916260380b64b67b69e4ce07426bd6e8cad654..5ff03e3f0b9114fd3334b2075b54832718532cca 100644
--- a/ui/events/linux/text_edit_key_bindings_delegate_auralinux.h
+++ b/ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_
-#define UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_
+#ifndef UI_BASE_IME_LINUX_TEXT_EDIT_KEY_BINDINGS_DELEGATE_AURALINUX_H_
+#define UI_BASE_IME_LINUX_TEXT_EDIT_KEY_BINDINGS_DELEGATE_AURALINUX_H_
#include <vector>
-#include "ui/events/events_export.h"
+#include "ui/base/ime/ui_base_ime_export.h"
namespace ui {
class Event;
@@ -18,7 +18,7 @@ class TextEditCommandAuraLinux;
//
// On desktop Linux, we've traditionally supported the user's custom
// keybindings. We need to support this in both content/ and in views/.
-class EVENTS_EXPORT TextEditKeyBindingsDelegateAuraLinux {
+class UI_BASE_IME_EXPORT TextEditKeyBindingsDelegateAuraLinux {
public:
// Matches a key event against the users' platform specific key bindings,
// false will be returned if the key event doesn't correspond to a predefined
@@ -33,11 +33,11 @@ class EVENTS_EXPORT TextEditKeyBindingsDelegateAuraLinux {
// Sets/Gets the global TextEditKeyBindingsDelegateAuraLinux. No ownership
// changes. Can be NULL.
-EVENTS_EXPORT void SetTextEditKeyBindingsDelegate(
+UI_BASE_IME_EXPORT void SetTextEditKeyBindingsDelegate(
TextEditKeyBindingsDelegateAuraLinux* delegate);
-EVENTS_EXPORT TextEditKeyBindingsDelegateAuraLinux*
- GetTextEditKeyBindingsDelegate();
+UI_BASE_IME_EXPORT TextEditKeyBindingsDelegateAuraLinux*
+GetTextEditKeyBindingsDelegate();
} // namespace ui
-#endif // UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_
+#endif // UI_BASE_IME_LINUX_TEXT_EDIT_KEY_BINDINGS_DELEGATE_AURALINUX_H_
« no previous file with comments | « ui/base/ime/linux/text_edit_command_auralinux.cc ('k') | ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698