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

Unified Diff: ui/keyboard/keyboard_event_filter.h

Issue 2769073002: Remove KEYBOARD_EXPORT. (Closed)
Patch Set: . Created 3 years, 9 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/keyboard/keyboard_controller_observer.h ('k') | ui/keyboard/keyboard_layout_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_event_filter.h
diff --git a/ui/keyboard/keyboard_event_filter.h b/ui/keyboard/keyboard_event_filter.h
index 2af2acbbdd9f57a5896ed4cccdfa798ba015b430..2a86813011aea0dfa982f17822912f0a4ae63cb4 100644
--- a/ui/keyboard/keyboard_event_filter.h
+++ b/ui/keyboard/keyboard_event_filter.h
@@ -13,7 +13,7 @@ namespace keyboard {
// EventFilter for the keyboard window, which intercepts events before they are
// processed by the keyboard window.
-class KEYBOARD_EXPORT KeyboardEventFilter : public ui::EventHandler {
+class KeyboardEventFilter : public ui::EventHandler {
public:
KeyboardEventFilter() = default;
~KeyboardEventFilter() override = default;
« no previous file with comments | « ui/keyboard/keyboard_controller_observer.h ('k') | ui/keyboard/keyboard_layout_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698