Index: ui/keyboard/keyboard_switches.h |
diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h |
index b6fae627eab879de0c86e3ba5a8af0480c1d0bac..7bc9ab3213792e21bca57e81c35e6de12cd760d5 100644 |
--- a/ui/keyboard/keyboard_switches.h |
+++ b/ui/keyboard/keyboard_switches.h |
@@ -17,7 +17,7 @@ KEYBOARD_EXPORT extern const char kEnableSwipeSelection[]; |
KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[]; |
// Enables the keyboard usability test. |
-KEYBOARD_EXPORT extern const char kKeyboardUsabilityTest[]; |
+extern const char kKeyboardUsabilityTest[]; |
oshima
2013/11/13 22:23:37
Don't you still need export? (component build seem
|
} // namespace switches |
} // namespace keyboard |