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

Unified Diff: ui/keyboard/scoped_keyboard_disabler.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_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/scoped_keyboard_disabler.h
diff --git a/ui/keyboard/scoped_keyboard_disabler.h b/ui/keyboard/scoped_keyboard_disabler.h
index bc042e1c819768c8acf30cdbd5b3976cec142257..da96d7d91b5fbe0a08041b131db169ea72256870 100644
--- a/ui/keyboard/scoped_keyboard_disabler.h
+++ b/ui/keyboard/scoped_keyboard_disabler.h
@@ -12,7 +12,7 @@ namespace keyboard {
// Saves the force disable keyboard state, and restores the state when going out
// of scope.
-class KEYBOARD_EXPORT ScopedKeyboardDisabler {
+class ScopedKeyboardDisabler {
public:
ScopedKeyboardDisabler();
~ScopedKeyboardDisabler();
« no previous file with comments | « ui/keyboard/keyboard_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698