summaryrefslogtreecommitdiff
path: root/chromium/ui/events/win/keyboard_hook_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/events/win/keyboard_hook_observer.h')
-rw-r--r--chromium/ui/events/win/keyboard_hook_observer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/ui/events/win/keyboard_hook_observer.h b/chromium/ui/events/win/keyboard_hook_observer.h
index abdc3224574..449bcd0d387 100644
--- a/chromium/ui/events/win/keyboard_hook_observer.h
+++ b/chromium/ui/events/win/keyboard_hook_observer.h
@@ -5,13 +5,14 @@
#ifndef UI_EVENTS_WIN_KEYBOARD_HOOK_OBSERVER_H_
#define UI_EVENTS_WIN_KEYBOARD_HOOK_OBSERVER_H_
-#include "ui/events/events_export.h"
+#include "base/component_export.h"
namespace ui {
// Used in conjunction with the KeyboardHookMonitor class to receive
// notifications when a low-level keyboard hook is registered or unregistered.
-class EVENTS_EXPORT KeyboardHookObserver : public base::CheckedObserver {
+class COMPONENT_EXPORT(KEYBOARD_HOOK) KeyboardHookObserver
+ : public base::CheckedObserver {
public:
// Called when a low-level keyboard hook is registered.
virtual void OnHookRegistered() {}