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

Unified Diff: ui/keyboard/content/keyboard_constants.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/content/keyboard.h ('k') | ui/keyboard/content/keyboard_content_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/keyboard/content/keyboard.h ('k') | ui/keyboard/content/keyboard_content_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698