| Index: ui/keyboard/content/keyboard_constants.h
|
| diff --git a/ui/keyboard/content/keyboard_constants.h b/ui/keyboard/content/keyboard_constants.h
|
| index 6c4e6612b11b2ee050b9f88546c7fd3d27ead8c5..b11c53c3c91124bfb1ff14a4ac0c7529e97485ef 100644
|
| --- a/ui/keyboard/content/keyboard_constants.h
|
| +++ b/ui/keyboard/content/keyboard_constants.h
|
| @@ -10,10 +10,10 @@
|
| namespace keyboard {
|
|
|
| // The URL of the keyboard extension.
|
| -KEYBOARD_EXPORT extern const char kKeyboardURL[];
|
| + extern const char kKeyboardURL[];
|
|
|
| // The host of the keyboard extension URL.
|
| -KEYBOARD_EXPORT extern const char kKeyboardHost[];
|
| + extern const char kKeyboardHost[];
|
|
|
| } // namespace keyboard
|
|
|
|
|