| Index: ui/keyboard/content/keyboard.h
|
| diff --git a/ui/keyboard/content/keyboard.h b/ui/keyboard/content/keyboard.h
|
| index 0878b7b90e71f28e815dad6111c4e593eece371b..bb6f4cfda791d36e4e9b48c323c15f1ccf68e662 100644
|
| --- a/ui/keyboard/content/keyboard.h
|
| +++ b/ui/keyboard/content/keyboard.h
|
| @@ -12,7 +12,7 @@ namespace keyboard {
|
| // Initializes the keyboard module. This includes adding the necessary pak files
|
| // for loading resources used in for the virtual keyboard. This becomes a no-op
|
| // after the first call.
|
| -KEYBOARD_EXPORT void InitializeKeyboard();
|
| + void InitializeKeyboard();
|
|
|
| } // namespace keyboard
|
|
|
|
|